Class-based views for password reset.
Project description
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 :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django-password-reset-2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2080621bcd3409bc0d516f0ea147648ccff70cf499e24acde37576842797c4d4 |
|
MD5 | 1939bc9fca8e3094274050b240347c63 |
|
BLAKE2b-256 | 4a5acb805f30b11049404549d818892c1937980c09ebf75c538821ddec644136 |
Hashes for django_password_reset-2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1789b6445d4aec802366625b0facba2ab0b406ac0bfa28d26a5fb29d0f889eee |
|
MD5 | 61a89c1c7f4a4d6da8d9a35e8965e845 |
|
BLAKE2b-256 | e0a39e8c75842722d08b8ff369972cbe8c25b35c4d7af81726c8af068ab45cea |