diff options
author | simonp <simon.plasger@web.de> | 2014-05-27 21:09:24 +0200 |
---|---|---|
committer | simonp <simon.plasger@web.de> | 2014-05-27 21:09:24 +0200 |
commit | e7ee70541fe60800480d7b3a830a80f715e60ce2 (patch) | |
tree | 6f031eee24729dced814577fd3f37c1416aca0a9 /plugins/password/localization | |
parent | c946decb4ea8a68baf3b860d5475eb6d8bb33b64 (diff) |
Add option to force new users to change their password (#1486884)
Diffstat (limited to 'plugins/password/localization')
-rw-r--r-- | plugins/password/localization/en_US.inc | 1 |
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.'; ?> |