qor-example icon indicating copy to clipboard operation
qor-example copied to clipboard

Add new users doesn´t add user on auth_identities

Open eloyucu opened this issue 7 years ago • 1 comments

Hi everyone.

On a fresh installation of qor-example I can add users, but these new users are not added on the auth_identities table. On fact, on the online demo I have created a new user (called Wally, from Where is Wally?) and I can´t login with him... and I would bet because auth_identities has no entry of Wally. This is the new user: https://demo.getqor.com/admin/users/604

Any solution for this??

Thanks.

PS: The password is wally

eloyucu avatar Aug 23 '18 10:08 eloyucu

Last time I checked this binding was done in the defaultRegisterHandler of qor/auth.

While I’m at it: I find the handling of different backendes very clumsy and the unified Schema doesn’t help at all. There are much cleaner solutions to this and I would like for qor not to reinvent the wheel at every point but it is what we have right now.

cryptix avatar Aug 23 '18 11:08 cryptix