This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
internet:mail:zimbra:zimbra_enable_forgot_password [2021/01/12 11:18] gcooper created |
internet:mail:zimbra:zimbra_enable_forgot_password [2022/09/23 10:55] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Enable Zimbra OSE Forgot Password ====== | ====== Enable Zimbra OSE Forgot Password ====== | ||
- | This will work on Zimbra OSE 8.8.15 and on 9.0.0 OSE ([[https:// | + | See also **[[quick_guide: |
+ | |||
+ | See also **[[internet: | ||
+ | |||
+ | This should | ||
+ | |||
+ | Log into your Zimbra server as '' | ||
+ | |||
+ | Backup and edit '' | ||
+ | |||
+ | < | ||
+ | cp -a / | ||
+ | |||
+ | vim / | ||
+ | </ | ||
+ | |||
+ | Search for: | ||
+ | |||
+ | < | ||
+ | domainInfo.attrs.zimbraFeatureResetPasswordStatus | ||
+ | </ | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | Move this line down: | ||
+ | |||
+ | < | ||
+ | <c:if test=" | ||
+ | </ | ||
+ | |||
+ | immediately above this line: | ||
+ | |||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | The Forgot Password link should now be visible on your Zimbra login page. | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | ===== Enable Password Recovery in CoS ===== | ||
+ | |||
+ | FIXME Zimbra restart required? | ||
+ | |||
+ | < | ||
+ | zmprov gc default zimbraFeatureResetPasswordStatus | ||
+ | |||
+ | zmprov mc default zimbraFeatureResetPasswordStatus enabled | ||
+ | </ | ||
+ | |||
+ | Modify all CoS: | ||
+ | |||
+ | < | ||
+ | for cos in `zmprov gac`; do zmprov mc $cos zimbraFeatureResetPasswordStatus enabled; done | ||
+ | </ |