You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, when registering a new user, there is no clear indication of the password validation conditions, for better security
Describe the solution you'd like
I would like to add a set of visible password validation conditions on the registration page. This would include criteria such as , the requirement for special characters, numbers, and uppercase letters.
Describe alternatives you've considered
An alternative solution could be to provide real-time feedback as users type their password, indicating whether their password meets the required criteria. This could be implemented using client-side JavaScript validation.