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.
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.
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.