qor / qor-example

An example application showcasing the QOR SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create new user failed

NasinLin opened this issue · comments

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 ?