Skip to content

different strings for password input hint #1753

@dan-drewes

Description

@dan-drewes

Step 2: Describe your environment

  • Android device: LG ThinQ (applies to all)
  • Android OS version: 9
  • Google Play Services version: 17.0.0
  • Firebase/Play Services SDK version: 17.0.0
  • FirebaseUI version: 19.3.0

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:

  1. Overwrite the string 'fui_password_hint' in strings.xml with a different value, e.g. 'Set new password'
  2. Register new email address and see the password hint
  3. 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>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions