You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run qor-example repository successfully, then i want to implement password of authentication with auth_themes/clean. template, but i got some bug, the db data is error.
In auth_identities table stored data is empty, then i also traced context.Auth.Config.AuthIdentityModel is empty
When I login failed, because user is not exist.
How to i resolve issue ?
The text was updated successfully, but these errors were encountered:
I run qor-example repository successfully, then i want to implement password of authentication with
auth_themes/clean.
template, but i got some bug, the db data is error.In auth_identities table stored data is empty, then i also traced
context.Auth.Config.AuthIdentityModel
is emptyWhen I login failed, because user is not exist.
How to i resolve issue ?
The text was updated successfully, but these errors were encountered: