diff --git a/e107_admin/users.php b/e107_admin/users.php index a3f719a52..5f84477fa 100644 --- a/e107_admin/users.php +++ b/e107_admin/users.php @@ -1447,7 +1447,7 @@ class users_admin_ui extends e_admin_ui $check = $sysuser->email('quickadd', array( 'user_password' => $savePassword, 'mail_subject' => USRLAN_187.SITENAME, - 'activation_url' => USRLAN_238, + 'activation_url' => USRLAN_246, )); break; diff --git a/e107_languages/English/admin/lan_users.php b/e107_languages/English/admin/lan_users.php index 2364a8b94..6066f6d81 100644 --- a/e107_languages/English/admin/lan_users.php +++ b/e107_languages/English/admin/lan_users.php @@ -263,12 +263,13 @@ define("USRLAN_242", "Require Activation, Notify (password and activation link)" define("USRLAN_243", "Set Permissions"); define("USRLAN_244", "Security violation (not enough permissions) - Administrator --ADMIN_UID-- (--ADMIN_NAME--, --ADMIN_EMAIL--) tried to remove admin status from --UID-- (--NAME--, --EMAIL--)"); define("USRLAN_245", "Security violation (not enough permissions) - Administrator --ADMIN_UID-- (--ADMIN_NAME--, --ADMIN_EMAIL--) tried to make --UID-- (--NAME--, --EMAIL--) system admin"); -define("USRLAN_246", "Us"); +define("USRLAN_246", "(Not required)"); define("USRLAN_247", "Us"); define("USRLAN_248", "Us"); define("USRLAN_249", "Us"); define("USRLAN_250", "Us"); + // These need review - there are duplicates above - they come from admin/lan_userclass.php. define("UCSLAN_1", "Sending notification email to"); define("UCSLAN_2", "Updated Privileges");