summaryrefslogtreecommitdiff
path: root/plugins/password/localization/en_US.inc
diff options
context:
space:
mode:
authorsimonp <simon.plasger@web.de>2014-05-27 21:09:24 +0200
committersimonp <simon.plasger@web.de>2014-05-27 21:09:24 +0200
commite7ee70541fe60800480d7b3a830a80f715e60ce2 (patch)
tree6f031eee24729dced814577fd3f37c1416aca0a9 /plugins/password/localization/en_US.inc
parentc946decb4ea8a68baf3b860d5475eb6d8bb33b64 (diff)
Add option to force new users to change their password (#1486884)
Diffstat (limited to 'plugins/password/localization/en_US.inc')
-rw-r--r--plugins/password/localization/en_US.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/password/localization/en_US.inc b/plugins/password/localization/en_US.inc
index a4c077fe5..94475ce36 100644
--- a/plugins/password/localization/en_US.inc
+++ b/plugins/password/localization/en_US.inc
@@ -33,5 +33,6 @@ $messages['internalerror'] = 'Could not save new password.';
$messages['passwordshort'] = 'Password must be at least $length characters long.';
$messages['passwordweak'] = 'Password must include at least one number and one punctuation character.';
$messages['passwordforbidden'] = 'Password contains forbidden characters.';
+$messages['firstloginchange'] = 'This is your first login. Please change your password.';
?>