Skip to main content

Pluggable application for TurboGears2 that permits to change user password or reset it when lost, with sqla and ming compatibility

Project description

About resetpassword

resetpassword is a Pluggable application for TurboGears2 that permits to change user password or reset it when lost.

Installing

resetpassword can be installed both from pypi or from bitbucket:

pip install tgapp-resetpassword

should just work for most of the users

Plugging resetpassword

In your application config/app_cfg.py import plug:

from tgext.pluggable import plug

Then at the end of the file call plug with resetpassword:

plug(base_config, 'resetpassword')

You will be able to access the plugged application at http://localhost:8080/resetpassword.

Some options are available that can be set on .ini configuration file for your application. At least one option is required to make activation emails work:

  • resetpassword.email_sender -> Outgoing mails sender

If you are not using TurboMail a few more configuration options must be set to make activation email work:

  • resetpassword.smtp_host -> SMTP server to use to send emails

  • resetpassword.smtp_port -> SMTP server port

  • resetpassword.smtp_login -> Login for authentication on SMTP server

  • resetpassword.smtp_passwd -> Password for authentication on SMTP server

Plugin Options

When plugging tgapp-resetpassword the following options can be passed to the plug call:

  • reset_password.reset_password_form -> Full python path of the form class to use for Reset Password form. By default resetpassword.lib.forms.ResetPasswordForm is used.

  • reset_password.new_password_form -> Full python path of the form class to use for New Password form. By default registration.lib.forms.NewPasswordForm is used.

Available Hooks

resetpassword makes available a some hooks which will be called during some actions to alter the default behavior of the appplications:

  • resetpassword.on_request(user, email_data, reset_link)

  • resetpassword.before_render_change_password_template(user, deserialized_data)

Exposed Templates

The templates used by resetpassword and that can be replaced with tgext.pluggable.replace_template are:

  • resetpassword.templates.index -> Page with password reset request form

  • resetpassword.templates.change_password -> Page with change password request

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

tgapp-resetpassword-0.1.3.tar.gz (10.1 kB view details)

Uploaded Source

File details

Details for the file tgapp-resetpassword-0.1.3.tar.gz.

File metadata

File hashes

Hashes for tgapp-resetpassword-0.1.3.tar.gz
Algorithm Hash digest
SHA256 94f87946474c8ec8e1533e87322b636fec25d481609bec77aee0183792f00fac
MD5 108d4b726b8b37f21a075fb35ab6c52d
BLAKE2b-256 668335839350d0d0beb1f0ea59058a4c62e0ec0e2a3bab50ea598ae34997ae17

See more details on using hashes here.

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