qor / qor-example

An example application showcasing the QOR SDK
MIT License
1.24k stars 326 forks source link

Create new user failed #189

Open NasinLin opened 3 years ago

NasinLin commented 3 years ago

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.

table

How to i resolve issue ?