django-rest-passwordreset
django-rest-passwordreset copied to clipboard
Refactoring for old migrated settings
The following settings should be renamed to use the module's namespace schema:
-
DJANGO_REST_MULTITOKENAUTH_RESET_TOKEN_EXPIRY_TIME
toDJANGO_REST_PASSWORDRESET_RESET_TOKEN_EXPIRY_TIME
-
DJANGO_REST_MULTITOKENAUTH_REQUIRE_USABLE_PASSWORD
toDJANGO_REST_PASSWORDRESET_REQUIRE_USABLE_PASSWORD
A mapping should be used to ensure compatibility for the next 3 versions. A log message should mark the old variables as deprecated.