summaryrefslogtreecommitdiff
path: root/lib/plugins/usermanager/lang
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2014-02-15 21:00:50 +0000
committerChristopher Smith <chris@jalakai.co.uk>2014-02-15 21:00:50 +0000
commit359e941731104cd989739d789f476590011eb518 (patch)
treeb9f9b33a4a3ee274ab8f98347a38771395cf7bc6 /lib/plugins/usermanager/lang
parent40d72af6467f899f09d3b282922f861482e8228f (diff)
downloadrpg-359e941731104cd989739d789f476590011eb518.tar.gz
rpg-359e941731104cd989739d789f476590011eb518.tar.bz2
add password confirmation field when setting password in the usermanager
Diffstat (limited to 'lib/plugins/usermanager/lang')
-rw-r--r--lib/plugins/usermanager/lang/en/lang.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/plugins/usermanager/lang/en/lang.php b/lib/plugins/usermanager/lang/en/lang.php
index f87c77afb..c18b5d684 100644
--- a/lib/plugins/usermanager/lang/en/lang.php
+++ b/lib/plugins/usermanager/lang/en/lang.php
@@ -76,4 +76,7 @@ $lang['import_error_create'] = 'Unable to create the user';
$lang['import_notify_fail'] = 'Notification message could not be sent for imported user, %s with email %s.';
$lang['import_downloadfailures'] = 'Download Failures as CSV for correction';
+// added 2014-02
+$lang['user_passconfirm'] = 'Confirm Password';
+$lang['pass_confirm_fail'] = 'Passwords do not match';