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

Add a max length verification for the password and increase the limit to 100 characters #21433

Open
Horupa-Olena opened this issue Oct 15, 2024 · 3 comments

Comments

@Horupa-Olena
Copy link

Feature Issue

User Story

As a user, I want the system to enforce a maximum password length of 100 characters during registration, login and password change flow so that can crate secure passwords without exceeding the allowed limit and have consistent behavior across platforms..

Description

Design for error message for desktop: https://www.figma.com/design/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=1023-298171&node-type=canvas&t=1Gmu9iQ8zkv57pux-0
https://www.figma.com/design/ibJOTPlNtIxESwS96vJb06/%F0%9F%91%A4-Profile-%7C-Desktop?node-id=7860-189803&node-type=frame&t=hnWzqq4UThCTihkJ-0

Acceptance Criteria

Max Length Validation: The system should validate the password length during user registration and login, ensuring it does not exceed 100 characters.
Error Message: If the password exceeds 100 characters, an error message should be displayed, informing the user that the maximum length has been reached.
UI Consistency: The max length validation should be applied consistently across all platforms (desktop and mobile apps).
Existing Passwords: Existing users with passwords shorter than 100 characters should not be affected by this change.

@Horupa-Olena
Copy link
Author

@anastasiyaig Hi! This issue and status-im/status-desktop#16239 are related. However, we’ve decided to increase the maximum password length to 100 characters. Please take note of this.

@anastasiyaig
Copy link

there is a clear statement for this in status-im/status-desktop#16239 (comment) @Horupa-Olena . Is there anything else i should look into?

@Horupa-Olena
Copy link
Author

there is a clear statement for this in status-im/status-desktop#16239 (comment) @Horupa-Olena . Is there anything else i should look into?

Sorry, I didn't see it. No, it's all. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants