简体   繁体   中英

SQL error on password resetting laravel 5.1

I am trying to implement a password reset on my Laravel 5.1 app using the docs . When i click on send password reset button it gives me the following error.

QueryException in Connection.php line 651: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'email' in 'where clause' (SQL: delete from password_resets where email = abc@abc.com).

在此处输入图片说明 Kindly check the password_resets table in your database. And see if email column exists.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM