django-password-reset

Class-based views for password reset
Download

django-password-reset Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Bruno Reni
  • Publisher web site:
  • http://renie.fr

django-password-reset Tags


django-password-reset Description

django-password-reset is a Django app that provides 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 passwordThe token is not stored server-side, it is generated using Django's signing functionality.Installation- pip install -U django-password-reset- Add password_reset to your INSTALLED_APPS- Include password_reset.urls in your root urls.pyFor 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.Product's homepage


django-password-reset Related Software