Skip to content

v2.0.2

Compare
Choose a tag to compare
@foo290 foo290 released this 12 Apr 16:44
· 17 commits to main since this release
89665ef

Bug Fixes:

  • Using normal form instead of model forms to allow unique emails to re-request verification email
  • Not returning HTTP response in one of the exception blocks

Enhancements:

  • Added new settings variable NEW_EMAIL_SENT_TEMPLATE to configure template shown after successful email sent.
  • Using get_username() method to account for apps that have changed the USERNAME_FIELD of their user model
  • migrations updated according to Django 4.x

Thanks to: @javier-a-agustin, @grmoon, @sebastianhaas