Skip to content

Commit

Permalink
feat(core): Add in user settings to force password change for a user …
Browse files Browse the repository at this point in the history
…when logging - update documentation
  • Loading branch information
WoodySlum committed Jul 17, 2023
1 parent bd8b49d commit d1a51e8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/SOGoInstallationGuide.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------
Expand Down

0 comments on commit d1a51e8

Please sign in to comment.