Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

erroneous error: The credentials provided have already been used. Try with different credentials #532

Closed ajoslin103 closed 9 years ago

ajoslin103 commented 9 years ago

I'm getting the error (on UserController:store) The credentials provided have already been used. Try with different credentials

But there is no row in the database with this email or username

my log shows this: [2015-06-10 13:34:13] production.INFO: select * from tbl_users where (email = 'jim.jones@gmail.com') {"bindings":["jim.jones@gmail.com"],"time":1.02,"name":"MySQL"} [] [2015-06-10 13:34:13] production.INFO: select * from tbl_users where (username = 'jjones') {"bindings":["jjones"],"time":0.81,"name":"MySQL"} []

Where might I look for the problem?

ajoslin103 commented 9 years ago

Embarrassing....

Too many servers -- updating code on one and watching database on another

All is well...