mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Work on $14 - user options ready, addUser work in progress;
Form handler - introducing admin_trigger() alias Various minor fixes
This commit is contained in:
@@ -187,7 +187,7 @@ define('USRLAN_181', 'Send confirmation email with password to new user');
|
||||
define('USRLAN_182', 'Invalid characters in login name'); // duplicate - USRLAN_92, used for 'verify' user action
|
||||
define('USRLAN_183', 'That login name already in use'); // wrong used with 'reqverify' user action
|
||||
define('USRLAN_184', 'Length of login name outside limits');
|
||||
define('USRLAN_185', 'A user account has been created for you at {SITEURL} with the following login:<br />Login Name: {LOGIN}<br />Password: {PASSWORD}<br/><br />');
|
||||
define('USRLAN_185', 'A user account has been created for you at {SITEURL} with the following login:<br />Login Name: {LOGINNAME}<br />Password: {PASSWORD}<br/><br />');
|
||||
define('USRLAN_186', 'Please go to the site as soon as possible and log in, then change your password using the \'Settings\' option.<br /><br />
|
||||
You can also change other settings at the same time.<br /><br />Note that your password cannot be recovered if you lose it.');
|
||||
define('USRLAN_187', 'Access to website: ');
|
||||
@@ -195,7 +195,7 @@ define('USRLAN_188', 'Email sent successfully');
|
||||
define('USRLAN_189', 'Error sending email');
|
||||
|
||||
define('USRLAN_190', 'New user probationary period (days)');
|
||||
define('USRLAN_191', '(admin can impose restrictions during this period in some areas)');
|
||||
define('USRLAN_191', 'Administrator can impose restrictions during this period in some areas');
|
||||
define('USRLAN_192', ''); // was 'days' use value in lan_date.php instead.
|
||||
define('USRLAN_193', 'Nothing changed - not saved');
|
||||
define('USRLAN_194', 'Signature may be modified by');
|
||||
|
Reference in New Issue
Block a user