georchestra / georchestra-gateway

GNU General Public License v3.0
0 stars 5 forks source link

Show error message to OAuth2 user when a matching local account already exists #116

Closed emmdurin closed 4 months ago

emmdurin commented 4 months ago

If a user tries to log with OAuth2 and a local account with the same e-mail address already exists, it should be presented a clear error messages about this conflict, and the user should not be considered logged in.

Follow up to PR#86 after a change of source branch.