From e7ee70541fe60800480d7b3a830a80f715e60ce2 Mon Sep 17 00:00:00 2001
From: simonp <simon.plasger@web.de>
Date: Tue, 27 May 2014 15:09:24 -0400
Subject: [PATCH] Add option to force new users to change their password (#1486884)

---
 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 a4c077f..94475ce 100644
--- a/plugins/password/localization/en_US.inc
+++ b/plugins/password/localization/en_US.inc
@@ -33,5 +33,6 @@
 $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.';
 
 ?>

--
Gitblit v1.9.1