This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:zimbra:zimbra_enable_forgot_password [2021/01/12 11:27] gcooper |
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 should work on Zimbra OSE 8.8.15 and on 9.0.0 OSE ([[https:// | + | See also **[[quick_guide: |
+ | |||
+ | See also **[[internet: | ||
+ | |||
+ | This should work on Zimbra OSE 8.8.15 and on Zimbra | ||
Log into your Zimbra server as '' | Log into your Zimbra server as '' | ||
+ | |||
+ | Backup and edit '' | ||
< | < | ||
Line 35: | Line 41: | ||
The Forgot Password link should now be visible on your Zimbra login page. | 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 | ||
+ | </ |