Why does password_verify return false?
问题 Why does password_verify return false? This question is intended to be canonical and has been created simply based on the amount of questions that have been asked on this topic. 回答1: There are a variety of reasons why password_verify could be returning false, it can range from the setup of your table to the actual comparing of the password, below are the common causes of it failing. Column Setup The length of the password column in your table is too short: If you are using PASSWORD_DEFAULT