diff --git a/core/lexicon/yo/user.inc.php b/core/lexicon/yo/user.inc.php index 63d2d6828c0..b142626be84 100644 --- a/core/lexicon/yo/user.inc.php +++ b/core/lexicon/yo/user.inc.php @@ -68,7 +68,7 @@ $_lang['user_blockeduntil_desc'] = 'If set, the user will be blocked until this time.'; $_lang['user_changeddata'] = 'Your data has been changed. Please log in again.'; $_lang['user_class_key_desc'] = 'The MODX Class Key for this user. Do not change this unless you know what you are doing.'; -$_lang['user_created_password_message'] = 'The User has been created. The password is: [[+password]]'; +$_lang['user_created_password_message'] = 'The User [[+username]] has been created.
The password is: [[+password]]'; $_lang['user_confirm_remove'] = 'Are you sure you want to permanently delete this user?'; $_lang['user_country'] = 'Country'; $_lang['user_dob'] = 'Date of birth'; @@ -165,7 +165,7 @@ $_lang['user_male'] = 'Male'; $_lang['user_management_msg'] = 'Here you can choose which user you wish to edit.'; $_lang['user_mobile'] = 'Mobile phone number'; -$_lang['user_password_changed'] = 'Password successfully changed to: [[+password]]'; +$_lang['user_password_changed'] = 'Password successfully changed to: [[+password]]'; $_lang['user_phone'] = 'Phone number'; $_lang['user_photo'] = 'User Photo'; $_lang['user_photo_message'] = 'Enter the image URL for this user or use the insert button to select or upload an image file on the server.'; @@ -186,7 +186,7 @@ $_lang['user_sudo_desc'] = 'If checked, this user will have full access to all the site and will bypass any Access Permissions checks. *DO NOT* check this unless you mean to do so!'; $_lang['user_title'] = 'Create/Edit user'; $_lang['user_other'] = 'Other'; -$_lang['user_updated_password_message'] = 'The User has been updated. The password is: [[+password]]'; +$_lang['user_updated_password_message'] = 'The User [[+username]] has been updated.
The password is: [[+password]]'; $_lang['user_upload_message'] = 'If you wish to stop this user uploading any filetypes in this category, make sure that the \'Use Main Configuration Setting\' checkbox is not ticked and leave the field blank.'; $_lang['user_use_config'] = 'Use System Configuration Setting'; $_lang['user_username_desc'] = 'The unique identifier of this User, and the name by which they will login to the site.';