Changes between Version 6 and Version 7 of AccountManagerPlugin


Ignore:
Timestamp:
Feb 24, 2006, 4:42:03 PM (18 years ago)
Author:
Matt Good
Comment:

add instructions for form-based login

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v6 v7  
    4545}}}
    4646
     47== Form-based Login ==
     48
     49The plugin supports allowing users to login via a form instead of HTTP authentication.  You will need to turn off the default Trac login handler and enable the handler from the AccountManagerPlugin in your `trac.ini` file:
     50
     51{{{
     52[components]
     53trac.web.auth.LoginModule = disabled
     54acct_mgr.web_ui.LoginModule = enabled
     55}}}
     56
    4757== Author/Contributors ==
    4858