From 93ec81af46877ab2534f225375e9eb56fb5be375 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Tue, 17 Oct 2017 13:15:18 +0800 Subject: [PATCH] Mention Roundcube plugin: https://bitbucket.org/wainlake/force_password_change. --- en_US/howto/force.user.to.change.password.md | 10 ++++++++++ html/force.user.to.change.password.html | 17 ++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) 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.