Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新版本登录失败 #19

Closed
wychl opened this issue Oct 26, 2018 · 1 comment
Closed

更新版本登录失败 #19

wychl opened this issue Oct 26, 2018 · 1 comment

Comments

@wychl
Copy link

wychl commented Oct 26, 2018

(/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
Copy link

eslizn commented Jun 5, 2019

see #12

@wychl wychl closed this as completed Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants