Auth module errors
Errors
- "Couldn't authenticate user '' because the role '' doesn't exist."
- "Couldn't authenticate user '' because the password is not correct."
- "Operation not permitted when using an authentication module."
- "Using auth module, no role '' found."
- Couldn't authenticate user '' because the user doesn't exist. For more details, visit: memgr.ph/auth.
- Couldn't authenticate user ''. For more details, visit: memgr.ph/auth.
- "No user nor role '' found."
Couldn't authenticate user
A user authentication can fail for many reasons. The user could be missing, the wrong password might be entered, the role defined by the auth module might be missing.
Operation not permitted when using auth module
Queries that modify a user's authentication data are forbidden while using an auth module. Users are handled by the module and local users are disabled.