I just created a new database connection with a new user and I can’t, for the life of me, figure out why it keeps giving me a “wrong user name or password” response when I try logging in.
I’m using the auth extension for RBAC and have a few rules that get run. I authorized the connection for the app and the auth extension (not sure it needed both). I have another DB connection that I created several months ago the same way that seems to be working fine, but I can’t get this new connection working no matter what I try.
When I try to debug using the logger, I tried dumping the user object to see if the roles I assigned in the auth extension were being applied – and they’re not there. I’m not entirely sure what other options there are…?
Related, but separate – how do I set it up so that this new user has to change their password on first log in? I’m really surprised some of the common/simple use cases like this aren’t just simple check boxes in the main user settings.
Any help would be appreciated.
Som