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.8+
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
File details
Details for the file django-password-reset-1.0.tar.gz
.
File metadata
- Download URL: django-password-reset-1.0.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c3592970a2f9db9ff1369a2b5b1569a1af75154c8942ec92afe29de80b7149c |
|
MD5 | 1adfc5dcb7765c3ccba00e6a7a20a05c |
|
BLAKE2b-256 | eff64e48e064eebb1da3bfd78666e38328bdf980cd118c6614751519542803d1 |
Provenance
File details
Details for the file django_password_reset-1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_password_reset-1.0-py2.py3-none-any.whl
- Upload date:
- Size: 49.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2eeb2e8458b8dca8b118d6d7d187998cd510db4547e1e75edf034aff82504df |
|
MD5 | 546d9e5cad852266594c9b31612e6e4b |
|
BLAKE2b-256 | 8aca20cc35a234f2206a88da0aa60bf13a2fa4ccc205be99c6cab38fd81edd8e |