Why do I just do md5 in the controller and the page is submitted with the original sound, so I can't log in and it prompts that the password is wrong
王老师***2019-12-14 21:41:02
I also wrote the code according to the course. If the user name, password, and verification code are not entered, there will be a prompt, but if they are entered, no matter whether the input is correct or not, there will be no response at all when clicking
卢小强2019-11-11 08:49:12
The submitted password does not use MD5, aren't you verifying it? Can you try comparing it directly with the value in the database?
卢小强2019-11-09 16:03:38
Did you MD5 the password you entered when logging in and then compare it with the database?