#3179: global login in multiproject site
--------------------------------------------+-------------------------------
 Reporter:  [EMAIL PROTECTED]            |        Owner:  jonas
     Type:  enhancement                     |       Status:  new  
 Priority:  normal                          |    Milestone:       
Component:  general                         |      Version:  0.9.3
 Severity:  normal                          |   Resolution:       
 Keywords:  login session multipleprojects  |  
--------------------------------------------+-------------------------------
Comment (by anonymous):

 i already did this.
 this is how it looks in my apache config
 {{{
 <LocationMatch "/[[:alnum:]]+/[a-zA-Z0-9\.\-\_]+/login">
    AuthType Basic
    AuthName "trac"
    AuthUserFile /var/trac/auth
    Require valid-user
 </LocationMatch>
 }}}
 the problem is that you still need to click login all the time and that
 you need to define the settings.

 is there no way to point all the projects to one projects login perhaps.
 in this way you would set it up in one projects and this would be
 something like the master for the other projects.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3179>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to