Class-based views for password reset, the usual “forget password?” workflow:
User fills his email address or username
Django sends him an email with a token to reset his password
User chooses a new password
The token is not stored server-side, it is generated using Django’s signing functionality.
Author: Bruno Renié and contributors
Licence: BSD
Compatibility: Django 1.4+ (cryptographic signing needed)
Installation
pip install -U django-password-reset
Add password_reset to your INSTALLED_APPS
Include password_reset.urls in your root urls.py
For extensive documentation see the docs folder or read it on readthedocs
To install the in-development version of django-password-reset, run pip install django-password-reset==dev.
Changelog
0.6.x
fail_noexistent_user option to make resetting password more secure
fail_inactive_user option to restrict inactive users from resetting password
0.5.x
Added django-templated-email for sending email
Release files for django-password-reset-fc 0.6.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-password-reset-fc-0.6.2.zip | 19.6 kB | Details |
Release files / django-password-reset-fc-0.6.2.zip
| Download URL | django-password-reset-fc-0.6.2.zip |
|---|---|
| Size | 19.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5341987ebf0f5effccd0c91edbacd76dc75aad144488b08872b64da0300f0347
|
|
BLAKE2b-256 checksum How to use checksums |
659aab68c43df9e5b6a9169f7b62a72ab0d949ee868896953c98b5eb2ab82329
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |