Closed Amine2000s closed 9 months ago
Regex issue #62 was solved by @GauriGA in PR #64
You can check the comment https://github.com/Mayuresh-22/Minglr/pull/64#issuecomment-1875708508 to know the valid password.
@1-ankush-1 do you want to work on this issue? Your approach is quite correct you'll need to add few checks bellow the password field in the registration form so that user can understand.
For example:
Refer: https://github.com/Mayuresh-22/Minglr/pull/64#issuecomment-1875708508
@1-ankush-1 do you want to work on this issue? Your approach is quite correct you'll need to add few checks bellow the password field in the registration form so that user can understand.
For example:
- Your password must be 8 characters long.
- At least one uppercase letter.
- a wild card character
- a number should be there too
Refer: #64 (comment)
i got your requirements . you can assign this issue to me.
Okay then @1-ankush-1, you can start working on it. I'll assign this issue to you. Also, try to add a custom JavaScript which will help in checking the password requirements if the password entered by the user satisfies it. Example: 1. Your password must be 8 characters long. (Text colour turns green if password length is 8 characters, this happens as the user enters the password) And so on for other checks. Once all the required checks have been completed successfully, the user can proceed by clicking on the register button (Till then it will be disabled).
If you have any doubt feel free to contact me.
Okay then @1-ankush-1, you can start working on it. I'll assign this issue to you. Also, try to add a custom JavaScript which will help in checking the password requirements if the password entered by the user satisfies it. Example: 1. Your password must be 8 characters long. (Text colour turns green if password length is 8 characters, this happens as the user enters the password) And so on for other checks. Once all the required checks have been completed successfully, the user can proceed by clicking on the register button (Till then it will be disabled).
If you have any doubt feel free to contact me.
thanks i will fix this issue.
whenever i try to register the first time ,it always pop up to me that your password is invalid without giving me any guidelines how the password should be