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
Registration form (email, password, password confirm)
Login Form (email, password)
Email confirmation page (Just a success/error message)
Password reset (Email)
The form will need to be backed by a service to hash the password with SHA-512 before sending. The hashed password will be salted and rehashed before storage/comparison on the server.
The text was updated successfully, but these errors were encountered:
Requirements:
The form will need to be backed by a service to hash the password with SHA-512 before sending. The hashed password will be salted and rehashed before storage/comparison on the server.
The text was updated successfully, but these errors were encountered: