Skip to main content

Minimalist app disabling all passwords and sending password reset emails.

Project description

Minimalist app disabling all passwords and sending password reset emails.

Usage

  1. Install app:

    pip install django-password-reset
  2. Include password_reset app in INSTALLED_APPS.

  3. Setup password reset template in password_reset/email.txt and password_reset/email_subject.txt.

  4. Do a dry-run, outputting emails to the console instead of sending them:

    ./manage.py reset_passwords -n
  5. Disable all passwords and send reset emails to all users with management command:

    ./manage.py reset_passwords

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-email-password-reset-0.1.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

django_email_password_reset-0.1.1-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 Python 3

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