Ticket #2417: auth.py.diff
| File auth.py.diff, 0.5 KB (added by lm@…, 14 months ago) |
|---|
-
usr/lib/python2.5/site-packages/trac/web/auth.py
142 142 143 143 req.authname = remote_user 144 144 req.outcookie['trac_auth'] = cookie 145 auth_domain = self.env.config.get('trac_auth', 'domain') 146 if len(auth_domain) > 0: 147 req.outcookie['trac_auth']['domain'] = auth_domain 145 148 req.outcookie['trac_auth']['path'] = req.href() 146 149 147 150 def _do_logout(self, req):
