Set autocomplete off in form tag
http://stackoverflow.com/questions/12374442/chrome-browser-ignoring-autocomplete-off
Make newly created user join default channels
Improvements to create user via admin.
Option to send welcome email with login details and password
Buttons to generate random password
Make password change on login default to YES
Change enrollment to welcome
Enable checkboxes after save or cancel
Set e-mail verified/not verified
"Accounts_UserAddedEmail_Description":"You may use the following placeholders: <br /><ul><li>[name], [fname], [lname] for the user's full name, first name or last name, respectively.</li><li>[email] for the user's email.</li><li>[password] for the user's password.</li><li>[Site_Name] and [Site_URL] for the Application Name and URL respectively.</li></ul>",
"Activate":"Activate",
"Activity":"Activity",
"Add":"Add",
@ -475,6 +477,7 @@
"italics":"italics",
"join":"Join",
"Join_audio_call":"Join audio call",
"Join_default_channels":"Join default channels",
"Join_the_Community":"Join the Community",
"Join_the_given_channel":"Join the given channel",
"Join_video_call":"Join video call",
@ -783,6 +786,7 @@
"Query_description":"Additional conditions for determining which users to send the email to. Unsubscribed users are automatically removed from the query. It must be a valid JSON. Example: \"{\"createdAt\":{\"$gt\":{\"$date\": \"2015-01-01T00:00:00.000Z\"}}}\"",
"Quick_Search":"Quick Search",
"quote":"quote",
"Random":"Random",
"Reactions":"Reactions",
"Recents":"Recents",
"Record":"Record",
@ -878,6 +882,7 @@
"Send_invitation_email_success":"You have successfully sent an invitation email to the following addresses:",
"Send_invitation_email_warning":"In order to send invitation emails, you must first configure SMTP settings.",
"Send_Message":"Send Message",
"Send_welcome_email":"Send welcome email",
"Send_your_JSON_payloads_to_this_URL":"Send your JSON payloads to this URL.",
"Sending":"Sending...",
"Service":"Service",
@ -1084,6 +1089,7 @@
"UTF8_Names_Validation":"UTF8 Names Validation",
"UTF8_Names_Validation_Description":"Do not allow special characters and spaces. You can use - _ and . but not at the end of the name",
thrownewMeteor.Error'error-input-is-not-a-valid-field',"#{username} is not a valid username",{method: 'insertOrUpdateUser',input: username,field: 'Username'}
thrownewMeteor.Error'error-input-is-not-a-valid-field',"#{userData.username} is not a valid username",{method: 'insertOrUpdateUser',input: userData.username,field: 'Username'}
ifnotuserData._idandnotuserData.password
thrownewMeteor.Error'error-the-field-is-required','The field Password is required',{method: 'insertOrUpdateUser',field: 'Password'}
@add'Invitation_HTML','<h2>You have been invited to <h1>Rocket.Chat</h1></h2><p>Go to '+__meteor_runtime_config__?.ROOT_URL+' and try the best open source chat solution available today!</p>',{type: 'string',multiline: true}