Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password Validation Disregarding Number Inputs #168

Open
AndrewDelaney opened this issue Jan 29, 2025 · 0 comments
Open

Password Validation Disregarding Number Inputs #168

AndrewDelaney opened this issue Jan 29, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@AndrewDelaney
Copy link
Collaborator

Description
There is an issue with the password validation. It does not seem to require any numbers input, even though the message says it is a requirements.
Uppercase char, lowercase char, special char and length are all validated correclty. It is just the numbers that are not being validated.
A user is able to create a password without using any numbers. When the other validation requirements are met, the red validation message dissappears, and the user is able to continue in creating the wallet, even without any numbers present in the password.

Steps to reproduce:

  1. Launch komodo wallet mobile app
  2. Select Create a Wallet
  3. Enter wallet name and continue
  4. View and backup seed phrase, then continue
  5. Follow on screen promts to confirm seed phrase using backup as reference
  6. Enter a password that is more than 12 characters, contains uppercase letters, lowercase letters, and special characters. e,g P@ssword!Test
  7. Observe that the validation warning message disspears
  8. Confirm the password with the same sequence
  9. Oberve that the continue button is now enabled
  10. Click continue
  11. Observe that the user is now prompted to create an access pin, after which the user is able to create the wallet successfully

System:
OS: Android 14
Komodo Wallet Version: 0.9.2 Release Canidate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant