Setup an authorization system #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Users may create an account to be able to post things. An user is identified by their email, and their account is protected with a hashed password. A minimum password length is ensured, the email is assumed to be unique. The login form asks for the email and the password, and check it.
A logged user should be able to log out.