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.11+
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.
Bugs
Really? Oh well… Please Report. Or better, fix :)
Release files for django-password-reset 2.0
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-2.0.tar.gz | 21.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_password_reset-2.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 69.8 kB
Release files / django-password-reset-2.0.tar.gz
| Download URL | django-password-reset-2.0.tar.gz |
|---|---|
| Size | 21.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2080621bcd3409bc0d516f0ea147648ccff70cf499e24acde37576842797c4d4
|
|
BLAKE2b-256 checksum How to use checksums |
4a5acb805f30b11049404549d818892c1937980c09ebf75c538821ddec644136
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.5.5
|
Release files / django_password_reset-2.0-py2.py3-none-any.whl
| Download URL | django_password_reset-2.0-py2.py3-none-any.whl |
|---|---|
| Size | 48.3 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
1789b6445d4aec802366625b0facba2ab0b406ac0bfa28d26a5fb29d0f889eee
|
|
BLAKE2b-256 checksum How to use checksums |
e0a39e8c75842722d08b8ff369972cbe8c25b35c4d7af81726c8af068ab45cea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.22.0 CPython/3.5.5
|