Skip to content

Commit cfd596d

Browse files
committed
Version 0.4.5
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
1 parent 3be6ecd commit cfd596d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_registration/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.4.4"
1+
__version__ = "0.4.5"
22
default_app_config = 'rest_registration.apps.RestRegistrationConfig'

0 commit comments

Comments
 (0)