Login password What's going on???
e
e 2019-11-09 11:53:06
0
9
1420

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

e
e

要想改变命运,首先改变自己。

reply all(3)
王老师13949126979

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

  • reply Is it because the .post transmission data is not transmitted? Ask the teacher for advice
    王老师*** author 2019-12-14 21:46:46
  • reply When debugging with f12 in the browser, the prompt is login:71 Uncaught ReferenceError: reloadImg is not defined
    王老师*** author 2019-12-15 14:03:51
  • reply solved
    王老师*** author 2019-12-15 15:18:35
卢小强

The submitted password does not use MD5, aren't you verifying it? Can you try comparing it directly with the value in the database?

  • reply Enter the password and check it out in the database. The password is the same, but you can’t log in.
    e author 2019-11-11 09:01:48
卢小强

Did you MD5 the password you entered when logging in and then compare it with the database?

  • reply Yes
    e author 2019-11-09 16:04:14
  • reply That's it. I followed the operation in the video and then wrote the password in the data. Then the password never matched.
    e author 2019-11-09 16:06:36
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template