-
The password field currently shows validation for a minimum of 6 characters. Improve the validation by adding feedback for weak passwords (e.g., suggest using numbers, uppercase letters, and special c…
-
- I want to add password validation for signup, to consider the password length and strength making sure it contains number, capital letters , special characters to make it more secure.
-
### Is your proposal related to a problem?
There is not strong password validation in singup page which makes it less secure website. Moreover, google will produce a pop up for a weak password …
-
There is no validation check for passwords. I would love to add.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
Adding the strong password validation on the frontend of the signup page.
### Use Case
I…
-
### Describe the types of topics you'd add in our Website
The password check in your website is only of 6 character check which is not a strong password validation. Please assign me this.
### Could …
-
Currently in the sign up and sign in forms, there are no validations performed to ensure that the created passwords are strong enough.
Maybe add some validations using zod both in client side and t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
We need to enhance the security of our user authentication process by adding specific pass…
-
1. data that is given by the user should be validated for email and password
( if format does not match it should look like the below) ( i have use flowbite components https://flowbite.com/docs/compo…
-
There is no password validation in backend. I want to implement this crucial feature. Please assign me.