We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following settings should be renamed to use the module's namespace schema:
DJANGO_REST_MULTITOKENAUTH_RESET_TOKEN_EXPIRY_TIME
DJANGO_REST_PASSWORDRESET_RESET_TOKEN_EXPIRY_TIME
DJANGO_REST_MULTITOKENAUTH_REQUIRE_USABLE_PASSWORD
DJANGO_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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: