Skip to main content

Class-based views for password reset.

Project description

https://travis-ci.org/futurecolors/django-password-reset.png?branch=master https://coveralls.io/repos/futurecolors/django-password-reset/badge.png?branch=master

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-password-reset-fc-0.6.2.zip (19.6 kB view details)

Uploaded Source

File details

Details for the file django-password-reset-fc-0.6.2.zip.

File metadata

File hashes

Hashes for django-password-reset-fc-0.6.2.zip
Algorithm Hash digest
SHA256 5341987ebf0f5effccd0c91edbacd76dc75aad144488b08872b64da0300f0347
MD5 e4d0a1ef2172fdf44c1a7910d837d47a
BLAKE2b-256 659aab68c43df9e5b6a9169f7b62a72ab0d949ee868896953c98b5eb2ab82329

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page