User Tools

Site Tools


internet:mail:zimbra:zimbra_enable_forgot_password

This is an old revision of the document!


Enable Zimbra OSE Forgot Password

This should work on Zimbra OSE 8.8.15 and on 9.0.0 OSE (Zextras Open Source Build)

Log into your Zimbra server as root.

cp -a /opt/zimbra/jetty/webapps/zimbra/public/login.jsp /opt/zimbra/jetty/webapps/zimbra/public/login.jsp.orig

vim /opt/zimbra/jetty/webapps/zimbra/public/login.jsp

Search for:

domainInfo.attrs.zimbraFeatureResetPasswordStatus

Zimbra 8.8.15

Move this line down:

<c:if test="${domainInfo.attrs.zimbraFeatureResetPasswordStatus eq 'enabled'}">

immediately above this line:

</c:if>

The Forgot Password link should now be visible on your Zimbra login page.

internet/mail/zimbra/zimbra_enable_forgot_password.1610475750.txt.gz · Last modified: 2021/01/12 11:22 by gcooper