On the signup page, when I tried to sign up, I entered a username and password, but got an error message saying 'your password is wrong'. I assumed that this meant that my password and confirmed password didn't match, but they did.
From looking at the code I then realised it was because my password was under 8 characters. Your error messages to your user need to be informative. 'Your password is wrong' gives me no real information about the problem that is happening!
On the signup page, when I tried to sign up, I entered a username and password, but got an error message saying 'your password is wrong'. I assumed that this meant that my password and confirmed password didn't match, but they did.
From looking at the code I then realised it was because my password was under 8 characters. Your error messages to your user need to be informative. 'Your password is wrong' gives me no real information about the problem that is happening!