wiki:AccountManagerPlugin

Version 3 (modified by Matt Good, 19 years ago) (diff)

use the query module for the bug link

Account Manager Plugin

Description

Trac plugin to enable users to register new accounts or manage their existing account.

Bugs/Feature Requests

Existing bugs and feature requests for AccountManagerPlugin are here.

If you have any issues, create a new ticket.

Download

AccountManagerPlugin for 0.9.

Source

You can check out the source for AccountManagerPlugin from Subversion at http://trac-hacks.swapoff.org/svn/accountmanagerplugin.

Example

Requires setup in trac.ini

For htpasswd:

[account-manager]
password_format = htpasswd
password_file = /var/trac/trac.htpasswd

For htdigest:

[account-manager]
password_format = htdigest
password_file = /var/trac/trac.htdigest
htdigest_realm = TracRealm

Author/Contributors

Author: mgood
Contributors:

TagIt(plugin,mgood,alpha,0.9)?

Attachments (9)

Download all attachments as: .zip