Skip to main content

Django admin password reset

Project description

This package provides views, to use the built-in Django password reset functionality from inside the admin interface.

Features:

  • Add a link to the top of the user change form, that leads to a new page, containing the link for the password reset.

  • Remove the features to manually change the users’ passwords from the admin interface (but see note below). * Remove the change password link from the user forms. * Remove the password inputs from the user add form.

Installation

The django-admin-reset package can be installed with pip:

pip install django-admin-reset

Usage

To use this package, add it to INSTALLED_APPS, in the settings.py file:

INSTALLED_APPS = [
    ...
    'django_admin_reset',
    ...
]

Validation time

The password reset links/tokens, generated by this package, are using the built-in Django password reset functionality, and so respect the PASSWORD_RESET_TIMEOUT_DAYS setting.

Compatibility

This package changes the default user admin class, so it may be incompatible with other packages, that are also changing it.

Compatible Django and Python versions:

Django version

Python versions

1.11 LTS

2.7, 3.4, 3.5, 3.6

2.0

3.4, 3.5, 3.6

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_admin_reset-0.1.1-py2.py3-none-any.whl (9.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django_admin_reset-0.1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_reset-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d88497de188c6a453436bffd4fbbdcfb28914d3ccdf149502e08dca4a832ecba
MD5 fb1d60e0a1e28d7995d812da4342a4b1
BLAKE2b-256 a09cf5e46c1eca2723e2299eba17bf48a0072e1044230282de78576aef983ce8

See more details on using hashes here.

Supported by

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