What happened?
When updating to 0.8.0-rc2, the login procedure checks if the provider of the user matches the login provider used. This breaks our workflow, as we use google oidc to login, but don't allow signup of new users. All our signups are done via npm run create-user, which sets the provider to local
Version Information
0.8.0-rc2
Steps to Reproduce
- Setup to login via google
- Create local user
- Try to log in
What browsers are you seeing the problem on?
No response
Relevant log output
info: [googleLogin] User something@something.com already exists with provider local
Screenshots
No response
Code of Conduct
What happened?
When updating to 0.8.0-rc2, the login procedure checks if the
providerof the user matches the login provider used. This breaks our workflow, as we use google oidc to login, but don't allow signup of new users. All our signups are done vianpm run create-user, which sets theprovidertolocalVersion Information
0.8.0-rc2
Steps to Reproduce
What browsers are you seeing the problem on?
No response
Relevant log output
info: [googleLogin] User something@something.com already exists with provider localScreenshots
No response
Code of Conduct