Changes between Initial Version and Version 1 of AccountManagerPlugin


Ignore:
Timestamp:
Jul 20, 2005, 2:42:30 AM (19 years ago)
Author:
Matt Good
Comment:

New hack AccountManagerPlugin, created by mgood

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v1 v1  
     1= Account Manager Plugin =
     2
     3== Description ==
     4
     5Trac plugin to enable users to register new accounts or manager their existing account.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for AccountManagerPlugin are
     10[report:9?COMPONENT=AccountManagerPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.swapoff.org/newticket?component=AccountManagerPlugin&owner=mgood new ticket].
     14
     15== Download ==
     16
     17[source:accountmanagerplugin/0.9 AccountManagerPlugin for 0.9].
     18
     19== Source ==
     20
     21You can check out the source for AccountManagerPlugin from Subversion at http://trac-hacks.swapoff.org/svn/accountmanagerplugin.
     22
     23== Example ==
     24
     25Requires setup in trac.ini
     26
     27For htpasswd:
     28{{{
     29[account-manager]
     30password_format = htpasswd
     31password_file = /var/trac/trac.htpasswd
     32}}}
     33
     34For htdigest:
     35{{{
     36[account-manager]
     37password_format = htdigest
     38password_file = /var/trac/trac.htdigest
     39htdigest_realm = TracRealm
     40}}}
     41
     42== Author/Contributors ==
     43
     44'''Author:''' [wiki:mgood mgood] [[BR]]
     45'''Contributors:'''
     46
     47[[TagIt(plugin,mgood,alpha,0.9)]]