From a15b718e5eeaaf410c7d2d0d79def639953ce54c Mon Sep 17 00:00:00 2001 From: OGordoo Date: Tue, 17 Mar 2020 12:49:35 +0000 Subject: [PATCH] authentication correction --- subjects/forum/forum.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/forum/forum.en.md b/subjects/forum/forum.en.md index 5b2e4025..ee89afc7 100644 --- a/subjects/forum/forum.en.md +++ b/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.