EuroPython / epcon

EuroPython Conference Website
BSD 2-Clause "Simplified" License
35 stars 64 forks source link

Ticket 1283 #1411

Closed fpierfed closed 3 years ago

fpierfed commented 3 years ago

Closes #1283 by allowing users whose account was created via social login to reset their passwords.

fpierfed commented 3 years ago

The functionality implemented here is to avoid filtering out users without a valid password (the standard behaviour) and just requiring them to be active users. As a side effects, this addresses the issue at hand.

gilgamezh commented 3 years ago

+1