Changes between Version 36 and Version 37 of AccountManagerPlugin


Ignore:
Timestamp:
Feb 7, 2007, 2:28:50 AM (17 years ago)
Author:
gotgenes
Comment:

Apache login directive needs to be removed when using the Login UI.

Legend:

Unmodified
Added
Removed
Modified
  • AccountManagerPlugin

    v36 v37  
    205205}}}
    206206
     207You will also need to '''remove''' any authentication methods on the "login" page from your Apache configuration that you may have set up during cgi or mod_python setup, e.g., look for and remove something like the following lines
     208{{{
     209<Location /trac/myproject/login>
     210  AuthType Basic
     211  AuthName "Bio Scripts Trac Login"
     212  AuthUserFile /path/to/trac.htpasswd
     213  Require valid-user
     214</Location>
     215}}}
     216
    207217[[Image(login-form.png)]]
    208218