This pull request adds new feature which is the password strength meter on the register page. The following changes have been made:
Implemented an accurate password strength calculation algorithm based on various criteria such as the presence of uppercase letters, lowercase letters, numbers, and special characters.
Added a dynamic password strength meter that adjusts its color based on the strength of the password.
Improved accessibility by adjusting the color scheme of the password strength meter trail to the same colors used previously in the app
Related Issues
There are no related issues to this feature
Steps to Test
Navigate to the register page (if you re inside the admin account you should logout)
Try to write something in the password field
Screenshots
Here is a demo gif of the feature:
Here is a screenshot before adding the pull request:
Checklist
[x] I have tested these changes
[x] I have updated the relevant documentation
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the codebase
[x] My changes generate no new warnings or errors
[x] The title of my pull request is clear and descriptive
Description
This pull request adds new feature which is the password strength meter on the register page. The following changes have been made:
Related Issues
There are no related issues to this feature
Steps to Test
Screenshots
Here is a demo gif of the feature:
Here is a screenshot before adding the pull request:
Checklist