Skip to main content

devpi-passwd-reset: password reset view for devpi-web

Project description

devpi-passwd-reset: password reset view for devpi-web

This plugin adds a new view allowing users to reset their passwords.

Installation

devpi-passwd-reset needs to be installed alongside devpi-web.

You can install it with:

pip install devpi-passwd-reset

There are no further installation steps needed as devpi-server will automatically discover the plugin through calling hooks using the setuptools entry points mechanism.

Usage

In a default installation, the view would be accessible at http://localhost:3141/+password-reset.

Users can enter a user name or email address. If a matching user exists and has the email set, a mail is sent with a link to set a new password. The link is valid for 24h as long as the password wasn’t changed in the meantime.

Configuration

You have to configure mail server settings by providing --passwd-reset-config=path_to_config.

Create a yaml file with a dictionary containing another dictionary under the pyramid_mailer key.

You must at least provide the mail.default_sender setting. By default mail.host is localhost and mail.port is 25.

See http://pythonhosted.org/pyramid_mailer/#configuration on configuration options available.

Example config:

pyramid_mailer:
    mail.port: 8025
    mail.default_sender: mail@example.com

devpi-passwd-reset plugin hooks

Plugins can add password validation to enforce policies using the devpi_passwd_reset entry point in setup.py.

def devpipasswdreset_validate(password):
    """Called to validate a password.

      Raises ValueError which is used as message to the user.
    """

Changelog

2.0.1 - 2025-07-06

  • Fix compatibility with devpi-server 6.17.0.

  • Remove usage of unmaintained py library.

2.0.0 - 2023-12-19

  • drop support for Python <= 3.6.

  • require devpi-server>=6.0.0

1.0.0 - 2016-06-29

  • initial release

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

devpi-passwd-reset-2.0.1.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

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

devpi_passwd_reset-2.0.1-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file devpi-passwd-reset-2.0.1.tar.gz.

File metadata

  • Download URL: devpi-passwd-reset-2.0.1.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: devpi-server/6.14.0 (py3.11.11; darwin)

File hashes

Hashes for devpi-passwd-reset-2.0.1.tar.gz
Algorithm Hash digest
SHA256 745043ca3a532fbd310261681c34c1b1b49a9c83bd555dd6418eafe7bc80b16d
MD5 5af34aae04f140dd2b0b4d7ce0bed603
BLAKE2b-256 78ff745507f20bd9ba54df90a647680de442183212ee7d68bc9c7747621829cc

See more details on using hashes here.

File details

Details for the file devpi_passwd_reset-2.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for devpi_passwd_reset-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 44df6c0581196c561c266f9550aef3a10105a9d51cc02d4dfa22d38103e5aadc
MD5 178a34f3871ac4e612c6113253f0eb2d
BLAKE2b-256 254ddd892072d148deda1506d56d8fddf9bce250ac95960d4a2ca2d0fa650b78

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