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:
Do you have any idea if there something like this variable
thank in advance
Dav
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
to automaticaly add an recovery email ?zimbraPasswordRecoveryEmailAddress
thank in advance
Dav
Statistics: Posted by davist — Wed Feb 28, 2024 12:15 pm