issues
search
samay-app
/
samay
Find a time which works for everyone
https://samay.app
MIT License
307
stars
60
forks
source link
Auth validation improvement
#190
Closed
anandbaburajan
closed
2 years ago
anandbaburajan
commented
2 years ago
All the login and registration fields' validation errors must be shown live, and not just after submitting the login/register button.
We're using regex for emails so we should check this out:
https://davidcel.is/posts/stop-validating-email-addresses-with-regex
According to a user, our password requirements are strange. So, let's maybe go with something better like: "The password must be a minimum of 7 characters long containing at least one number and have a mixture of uppercase and lowercase letters".
anandbaburajan
commented
2 years ago
Closing since the new Kukkee doesn't have auth now.