Skip to content

markperri/django-password-reset

This branch is 2 commits ahead of, 11 commits behind brutasse/django-password-reset:master.

Folders and files

NameName
Last commit message
Last commit date
May 30, 2017
May 21, 2018
Jan 21, 2014
May 25, 2017
May 30, 2017
Oct 31, 2013
Oct 4, 2016
Oct 4, 2016
Jan 21, 2014
May 25, 2017
May 25, 2017

Repository files navigation

Django-password-reset

Build Status

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 :)

About

Class-based views for password reset

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.1%
  • HTML 4.9%