Changes between Version 74 and Version 75 of AccountManagerPlugin


Ignore:
Timestamp:
Dec 7, 2009, 2:16:30 PM (14 years ago)
Author:
Michael Renzmann
Comment:

Prevent formatting issues that would otherwise occur when we switch to Trac 0.11.

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v74 v75  
    104104Used to store passwords in the htdigest file format.
    105105
    106 [[html(<div class="system-message">)]]
     106{{{
     107#!div class="important"
    107108'''Warning:''' This password method may not work with [t:TracModPython mod_python] due to a  bug using Python’s md5 module under mod_python (''"it has been reported that mod_python has trouble returning good MD5 strings. It has been speculated that this is because many apache mods are using the same md5 source (php and so forth), but this is not confirmed"'').  If you experience problems try [t:TracFastCgi FastCGI], [t:wiki:TracModWSGI mod_wsgi], or [t:TracStandalone tracd].
    108 [[html(</div>)]]
     109}}}
    109110
    110111To use this component to manage your password file you need to enable it as described above and add some additional configuration to [trac:TracIni trac.ini]:
     
    136137Used to store passwords in the htpasswd file format.
    137138
    138 [[html(<div class="system-message">)]]
     139{{{
     140#!div class="important"
    139141'''Warning:''' This password method may not work with [t:TracModPython mod_python] due to a [http://tjulo.blogspot.com/2007/03/problems-with-md5-and-modpython.html bug using Python’s md5 module under mod_python].  If you experience problems try [t:TracFastCgi FastCGI], [t:wiki:TracModWSGI mod_wsgi], or [t:TracStandalone tracd].
    140 [[html(</div>)]]
     142}}}
    141143
    142144To use this component to manage your password file you need to enable it as described above and add some additional configuration to [trac:TracIni trac.ini]:
     
    196198 '''Package''':: acct_mgr.db
    197199
    198 Stores password information in the trac database. This may give better behaviour if you have large numbers of users and are finding errors due to write contention on the password file. You must enable one or other of the hash method components. HtDigestHashMethod is the default.
     200Stores password information in the trac database. This may give better behaviour if you have large numbers of users and are finding errors due to write contention on the password file. You must enable one or other of the hash method components. !HtDigestHashMethod is the default.
    199201
    200202{{{
     
    317319[[Image(register.png)]]
    318320
    319 [[html(<div class="system-message">)]]
     321{{{
     322#!div class="important"
    320323'''Warning:''' You must enable one of the above password storage modules for the Registration Module to work.
    321 [[html(</div>)]]
     324}}}
    322325'''Note:''' You must not enable `ignore_auth_case` in `trac.ini` as otherwise this module won’t work.
    323326