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
It should be possible to set different strings as the password hint when the user is asked to create a new password and when he should enter an already existing one.
Steps to reproduce:
Overwrite the string 'fui_password_hint' in strings.xml with a different value, e.g. 'Set new password'
Register new email address and see the password hint
Use an email address that has been registered before and see the password hint
Observed Results:
The strings shown are the same. It is not possible to change one of them without changing the other one.
Expected Results:
When overwriting the string 'fui_password_hint' in strings.xml with for example value 'Set new password' I would expect only one string to change. In other words, it should be possible to set different strings as the password hint when the user is asked to create a new password and when he should enter an already existing one.
Relevant Code:
<string name="fui_password_hint" translation_description="Hint for password input field">Set new password</string>
The text was updated successfully, but these errors were encountered:
@dan-drewes are your users confused by the sign-up screen? If so I wonder if a change other than the hint text is the correct fix here, hint text is pretty subtle and I think Password should be enough if the overall context is clear.
@samtstern indeed some users said they were unsure about whether they should enter a new password or an existing one when signing up. They referred explicitly to the hint as misleading them.
Personally, I do not think the hint text is that subtle in this particular context as there is only very few other text on the sign up form.
Ok thanks @dan-drewes, I have no objection to making a second string. I am going to put this on the 6.3.0 milestone since requesting new translations takes a while and I don't want to block 6.2.1 on that.
Step 2: Describe your environment
Step 3: Describe the problem:
It should be possible to set different strings as the password hint when the user is asked to create a new password and when he should enter an already existing one.
Steps to reproduce:
Observed Results:
Expected Results:
Relevant Code:
<string name="fui_password_hint" translation_description="Hint for password input field">Set new password</string>
The text was updated successfully, but these errors were encountered: