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
We need to add the ability for people to register accounts. This will involve an email address, and inputting the password twice. It would also be nice to have a password strength indicator. We then need to support creating accounts on the server.
For the password strength indicator, we want to use zxcvbn. For the rational, see here.
The text was updated successfully, but these errors were encountered:
We need to add the ability for people to register accounts. This will involve an email address, and inputting the password twice. It would also be nice to have a password strength indicator. We then need to support creating accounts on the server.
For the password strength indicator, we want to use zxcvbn. For the rational, see here.
The text was updated successfully, but these errors were encountered: