astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

Include `is_verified` in login failure response #82

Closed Reignable closed 4 years ago

Reignable commented 4 years ago

Currently, at least in the Orbis UI, there's about 3 different ways the "resend verification email" can show to the user. To aid in cleaning this up it would be useful if any responses which include minimal user information can also include the is_verified property.

allynt commented 4 years ago

Done in #85