Browse Source

authentication correction

content-update
OGordoo 4 years ago
parent
commit
a15b718e5e
  1. 2
      subjects/forum/forum.en.md

2
subjects/forum/forum.en.md

@ -33,7 +33,7 @@ Instructions for user registration:
- When the email is already taken return an error response.
- Must ask for username
- Must ask for password
- The password must be encrypted
- The password must be encrypted when stored
The forum must be able to check if the email provided is present in the database and if all credentials are correct. It will check if the password is the same with the one provided and if the password is not the same return an error response.

Loading…
Cancel
Save