mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
feat(core): Add in user settings to force password change for a user when logging - update documentation
This commit is contained in:
@@ -2840,6 +2840,21 @@ The _cronjob_ should look like this:
|
||||
0 0 * * * sogo /usr/sbin/sogo-tool update-autoreply -p /etc/sogo/sieve.creds
|
||||
----
|
||||
|
||||
_Password_ — Force user password change at login
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The following commands force user to change his password at login :
|
||||
|
||||
----
|
||||
/usr/sbin/sogo-tool user-preferences set settings [USER] ForceResetPassword 1
|
||||
----
|
||||
|
||||
Disable :
|
||||
|
||||
----
|
||||
/usr/sbin/sogo-tool user-preferences unset settings [USER] ForceResetPassword
|
||||
----
|
||||
|
||||
Managing User Accounts
|
||||
----------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user