-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add extra guidance #1128
add extra guidance #1128
Conversation
I believe we should display an error message if the user does not enter a password correctly. Currently, users are being created even if the password length is only 8 characters. |
Great - would you mind adding that please? |
@TahaKhanAbdalli - do you know why we use custom password validation in |
Thanks @TahaKhanAbdalli , but I get this runtime error. I presume we need to import the constant. |
|
Great, thanks @TahaKhanAbdalli . |
Fixes #1122