You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a device with Spanish (Chile) as the only language.
Steps to reproduce:
Login using an email account
Enter an existing email account
Provide an incorrect password
Press on the "Sign in" ("Acceder", in Spanish) button
The error text shows "The password is invalid or the user does not have a password." instead of translated text.
This might happen because the exception/error received in WelcomeBackPasswordPrompt is not localized, only showing the (non-localized) description from a FirebaseAuthError.
Additionally, the accesibility info for the password visibility toggling item (the eye icon) from the password TextView is not localized. This can probably be solved by setting the app:passwordToggleContentDescription field on the password element in fui_register_email_layout.xml.
The text was updated successfully, but these errors were encountered:
jbahamon
changed the title
Trying to sign in with a valid email and a wrong passwords shows a non-localized error message
Trying to sign in with a valid email and a wrong password shows a non-localized error message
Sep 11, 2017
jbahamon
changed the title
Trying to sign in with a valid email and a wrong password shows a non-localized error message
Missing translations for signing in with email and password
Sep 11, 2017
@jbahamon thanks for reporting this. This is probably a server error message that we are displaying directly, which is a bad idea. And we also appreciate the note about accesibility!
@SUPERCILEX It seems like it would, but that method does not localize the server error messages, which is what this message is. We should log these server errors and have our own (localized) strings to show the user. I can work on this.
Using a device with Spanish (Chile) as the only language.
Steps to reproduce:
This might happen because the exception/error received in
WelcomeBackPasswordPrompt
is not localized, only showing the (non-localized) description from aFirebaseAuthError
.Additionally, the accesibility info for the password visibility toggling item (the eye icon) from the password
TextView
is not localized. This can probably be solved by setting theapp:passwordToggleContentDescription
field on the password element infui_register_email_layout.xml
.The text was updated successfully, but these errors were encountered: