qor / auth

Golang Authentication solution
MIT License
716 stars 100 forks source link

更新版本登录失败 #19

Closed wychl closed 2 years ago

wychl commented 5 years ago

(/home/abner/work/go/src/github.com/qor/auth/providers/password/handlers.go:27) [2018-10-26 15:46:07] Error 1054: Unknown column 'basics.provider' in 'where clause'

(/home/abner/work/go/src/github.com/qor/auth/providers/password/handlers.go:27) [2018-10-26 15:46:07] [1.36ms] SELECT * FROM auth_identities WHERE auth_identities.deleted_at IS NULL AND ((basics.provider = 'password') AND (basics.uid = 'email@aas.com')) [0 rows affected or returned ]

(/home/abner/work/go/src/github.com/qor/auth/user_storer.go:45) [2018-10-26 15:46:07] Error 1054: Unknown column 'basics.provider' in 'where clause'

(/home/abner/work/go/src/github.com/qor/auth/user_storer.go:45) [2018-10-26 15:46:07] [1.18ms] SELECT * FROM auth_identities WHERE auth_identities.deleted_at IS NULL AND ((basics.provider = 'password') AND (basics.uid = 'email@aas.com')) ORDER BY auth_identities.id ASC LIMIT 1 [0 rows affected or returned ]

eslizn commented 5 years ago

see #12