Add new users doesn´t add user on auth_identities
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
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.