From 39e6cfecedccc2202bfff36d21a9a5f2c4f4bd88 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Tue, 13 Sep 2005 15:09:35 +0000 Subject: [PATCH] Added forcepasswordchangenotice string. --- lang/en/moodle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 0b4e0f4a08d..f0772a0374b 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -480,6 +480,7 @@ $string['forcelanguage'] = 'Force language'; $string['forceno'] = 'Do not force'; $string['forcepasswordchange'] = 'Force password change'; $string['forcepasswordchangehelp'] = 'Prompt user to change it on their next login'; +$string['forcepasswordchangenotice'] = 'You must change your password to proceed.'; $string['forcetheme'] = 'Force theme'; $string['forgotten'] = 'Forgotten your username or password?'; $string['forgotaccount'] = 'Lost password?';