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

Reset Password - Phone input should be limited to # of characters matching the model #201

Open
nucleogenesis opened this issue Apr 18, 2023 · 1 comment

Comments

@nucleogenesis
Copy link
Member

This sentry reported error #198 shows that the phone input on the Reset Password modal does not limit the amount of characters that can be input. It should limit the amount of characters to the amount that we permit when creating a user.

@Mamatha1718
Copy link

Mamatha1718 commented Dec 27, 2024

Hi @nucleogenesis ,I would like to tackle this issue. I understand this issue Reset Password - Phone input should be limited to # of characters matching the model,
I would like to add these changes:

  1. add maxLength="20"
  2. phone number does not exceed 20
  3. character varying (20) because of sometimes may be invalid data enter.
    will you please provide me where i can start.
    Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants