devilry / trix2

Next generation Trix. Detailed task control and statistics app for better learning outcome.
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Existing user got stuck at social login sign-up #154

Closed torgeirl closed 5 months ago

torgeirl commented 6 months ago

An existing user was redirected to /authenticate/allauth/social/signup/ after login, and got stuck there.

As far as I can tell, that is only supposed to happen if either the federated login provider didn't provide an email address (it did) or the login adapter was unable to connect the user to an existing account. But since the account key is the email address I don't understand how the second condition could be met.