Changes between Version 56 and Version 57 of AccountManagerPlugin


Ignore:
Timestamp:
Oct 19, 2008, 11:16:28 PM (16 years ago)
Author:
trac-hacks.org@…
Comment:

trac.web.auth.LoginModule = disabled

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v56 v57  
    265265==== Disable HTTP authentication ====
    266266
     267To use the AccountManager's form-based login system instead, add this to the
     268"`[components]`" section of your trac.ini:
     269
     270{{{
     271trac.web.auth.LoginModule = disabled
     272}}}
     273
    267274When using the [trac:TracStandalone tracd] server be sure '''not''' to use the "`--auth`" or "`--basic-auth`" options.  Using either of these options will cause tracd to popup the username/password dialog box and you will not be able to use the HTML form.
    268275