Ticket #346: redirect.diff
| File redirect.diff, 0.5 kB (added by adeason@tjhsst.edu, 3 years ago) |
|---|
-
0.9/authform/web_ui.py
old new 164 164 req.authname = remote_user 165 165 req.outcookie['trac_auth'] = cookie 166 166 req.outcookie['trac_auth']['path'] = self.env.href() 167 req.redirect(req.args.get('ref') )167 req.redirect(req.args.get('ref') or self.env.abs_href()) 168 168 else: 169 169 # No authentication information passed, display a form 170 170 req.hdf['title'] = 'Login'
