Quantcast
Channel: Zimbra Forums
Viewing all articles
Browse latest Browse all 851

Administrators • Re: Zimbra 10: is there a Password Recovery /Account Recovery ?

$
0
0
Hi again,

After mutiple try, the only solution I have come with was to script the zimbraFeatureResetPasswordStatus.
Activate it on the domaine make it visible on the connection page and on the user interface.
Howerver the option was not activate on any of the domain user.


The mini script i'm using to activate zimbraFeatureResetPasswordStatus on all user:

Code:

#!/bin/bashDOMAIN="<domain>"ACCOUNTS=$(zmprov -l gaa $DOMAIN)for ACCOUNT in $ACCOUNTS; do    zmprov ma $ACCOUNT zimbraFeatureResetPasswordStatus enableddone
Do you have any idea if there something like this variable
zimbraPasswordRecoveryEmailAddress
to automaticaly add an recovery email ?

thank in advance
Dav

Statistics: Posted by davist — Wed Feb 28, 2024 12:15 pm



Viewing all articles
Browse latest Browse all 851

Trending Articles