-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Labels
Description
Objective:
The goal of this issue is to implement a password strength checker under the signup password field to ensure that users create strong and secure passwords, thus enhancing the overall security of our application.
Background:
Currently, our application lacks a mechanism to guide users in creating strong passwords. Weak passwords can pose a significant security risk. By adding a password strength checker, we can help users create strong and unique passwords, reducing the likelihood of unauthorized access to their accounts. As of now, the current system to guide user in making strong password doesn't seem that interactive and user friendly.
Proposed Features:
- Implement a password strength meter beneath the password input field during the signup process.
- Evaluate passwords against specific criteria (e.g., length, complexity, presence of uppercase, lowercase, numbers, and special characters).
- Display real-time feedback to users regarding the strength of their password.
- Provide guidance on how to improve weak passwords (e.g., by suggesting longer passwords or adding special characters).
Am I working on this feature improvement?
- Yes
if assigned
chandansgowda