Skip to content

Releases: apragacz/django-rest-registration

0.5.0

30 Jun 23:23
Compare
Choose a tag to compare

Changes:

  • Fix critical security issue with misusing the Django Signer API. Thanks for @peterthomassen for finding the bug! you can read more about it here.
  • Issue #57: Pass request in serializer context in all views
  • Added signals for injecting logic in user registration

0.4.5

18 May 18:39
Compare
Choose a tag to compare

Changes:

  • Resolved issue #48: Allowing to use custom user field for verification
  • Resolved issue #46: added
    SEND_RESET_PASSWORD_LINK_SERIALIZER_USE_EMAIL setting
  • Resolved issue #50: customizable send reset password link serializer
  • Fixed reset password in case user is unverified and one-time use is enabled

0.4.4

10 May 11:47
Compare
Choose a tag to compare

Changes:

  • Resolved issue #44
  • Resolved issue #45

0.4.3

15 Apr 19:08
Compare
Choose a tag to compare

Changes:

  • Updated documentation and README

0.4.2

03 Apr 22:59
Compare
Choose a tag to compare

Changes:

  • Resolved issue #39
  • Resolved issue #40

0.4.1

25 Feb 23:13
Compare
Choose a tag to compare

Changes:

  • Resolved #36
  • improvements in the documentation

0.4.0

13 Feb 00:07
Compare
Choose a tag to compare

Upgrading to major version

0.3.14

13 Jan 19:50
Compare
Choose a tag to compare

Changes:

  • Fix: Added permission classes in case of endpoints using anonymous users.
  • Added RESET_PASSWORD_VERIFICATION_ENABLED
  • More liberal checks for VERIFICATION_FROM_EMAIL
  • Implementation details concerning settings fields and NestedSettings

0.3.13

23 Oct 21:53
Compare
Choose a tag to compare

Changes:

  • Resolved issue #29: Added RESET_PASSWORD_VERIFICATION_ONE_TIME_USE setting
  • Dropped support of Django 1.10, added explicit support of Django 2.1

0.3.12

17 Jun 22:46
Compare
Choose a tag to compare

Changes:

  • Resolved #22: Sending HTML verification emails
  • Resolved #23: Added CHANGE_PASSWORD_SERIALIZER_PASSWORD_CONFIRM setting