mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Quick-Add-User email notification fix.
This commit is contained in:
@@ -1447,7 +1447,7 @@ class users_admin_ui extends e_admin_ui
|
|||||||
$check = $sysuser->email('quickadd', array(
|
$check = $sysuser->email('quickadd', array(
|
||||||
'user_password' => $savePassword,
|
'user_password' => $savePassword,
|
||||||
'mail_subject' => USRLAN_187.SITENAME,
|
'mail_subject' => USRLAN_187.SITENAME,
|
||||||
'activation_url' => USRLAN_238,
|
'activation_url' => USRLAN_246,
|
||||||
));
|
));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@@ -263,12 +263,13 @@ define("USRLAN_242", "Require Activation, Notify (password and activation link)"
|
|||||||
define("USRLAN_243", "Set Permissions");
|
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_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_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_247", "Us");
|
||||||
define("USRLAN_248", "Us");
|
define("USRLAN_248", "Us");
|
||||||
define("USRLAN_249", "Us");
|
define("USRLAN_249", "Us");
|
||||||
define("USRLAN_250", "Us");
|
define("USRLAN_250", "Us");
|
||||||
|
|
||||||
|
|
||||||
// These need review - there are duplicates above - they come from admin/lan_userclass.php.
|
// These need review - there are duplicates above - they come from admin/lan_userclass.php.
|
||||||
define("UCSLAN_1", "Sending notification email to");
|
define("UCSLAN_1", "Sending notification email to");
|
||||||
define("UCSLAN_2", "Updated Privileges");
|
define("UCSLAN_2", "Updated Privileges");
|
||||||
|
Reference in New Issue
Block a user