Skip to content

Commit

Permalink
PATCH: AR-3091 Login form "Email or username" label incorrect
Browse files Browse the repository at this point in the history
Our hack to the login form currently only supports identifying the user
by email address, not by username.  Until that is fixed, we should change
the field label to read "Email address" rather than "Email or username".

Concurrent with this patch, we should remove the custom configuration
for `Accounts_EmailOrUsernamePlaceholder`, returning it to the default empty string.
We had customized it "Email address" when 5.x treated the empty string as "Email or username".
However 6.x treats the empty string as "example@example.com".
  • Loading branch information
nmagedman committed Apr 4, 2024
1 parent d3ee7ef commit 7a39249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/packages/rocketchat-i18n/i18n/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -5948,7 +5948,7 @@
"registration.component.login.incorrectPassword": "Incorrect password",
"registration.component.switchLanguage": "Change to <1>{{name}}</1>",
"registration.component.resetPassword": "Reset password",
"registration.component.form.emailOrUsername": "Email or username",
"registration.component.form.emailOrUsername": "Email address",
"registration.component.form.username": "Username",
"registration.component.form.name": "Name",
"registration.component.form.nameOptional": "Name optional",
Expand Down

0 comments on commit 7a39249

Please sign in to comment.