I added a Password Strength Meter to the the admin update password modal .
The password strength meter dynamicaly updates as users input their new password. The meter evaluates password strength according to specific criteria, including the presence of uppercase and lowercase letters, numbers, special characters, and adherence to a minimum length.
The strength meter is displayed as a progress bar below the "New Password" input field.
The progress bar (using Ant Design) color changes based on the strength of the password, providing a visual indication to the user.
Description
I added a Password Strength Meter to the the admin update password modal .
Screenshots (if applicable)
Before:
After: Video https://github.com/idurar/idurar-erp-crm/assets/133030569/130583a4-b6cd-4a9a-8e7a-70e7b132973b Pictures:
Checklist