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
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 ?