diff --git a/en_US/howto/force.user.to.change.password.md b/en_US/howto/force.user.to.change.password.md index 2dee2299..db9f7d8f 100644 --- a/en_US/howto/force.user.to.change.password.md +++ b/en_US/howto/force.user.to.change.password.md @@ -1,5 +1,7 @@ # Force mail user to change password in 90 days +[TOC] + ## How it works iRedMail configures Roundcube webmail to store last password change date while @@ -46,3 +48,11 @@ CHANGE_PASSWORD_MESSAGE = 'Please change your password in webmail before sending ``` Then restart iRedAPD service. + +## Roundcube plugin: `force_password_change` + +There's a third-party Roundcube plugin can force user to change password. + + +Roundcube will __ALWAYS__ redirect user to `Password` page (offered by official +Roundcube plugin password) until user changed the password. diff --git a/html/force.user.to.change.password.html b/html/force.user.to.change.password.html index 179554d0..3ba94a53 100644 --- a/html/force.user.to.change.password.html +++ b/html/force.user.to.change.password.html @@ -16,6 +16,16 @@ iRedMail   //  Document Index

Force mail user to change password in 90 days

+
+ +

How it works

iRedMail configures Roundcube webmail to store last password change date while user changed password. For MySQL/MariaDB/PostgreSQL backends, it's stored in @@ -53,7 +63,12 @@ CHANGE_PASSWORD_DAYS = 90 CHANGE_PASSWORD_MESSAGE = 'Please change your password in webmail before sending email: https://xxx/webmail/' -

Then restart iRedAPD service.