diff --git a/subjects/forum/forum.en.md b/subjects/forum/forum.en.md index 5b2e40257..ee89afc7d 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.