Changeset 745
- Timestamp:
- 05/04/06 22:21:29 (3 years ago)
- Files:
-
- authformplugin/0.9/authform/web_ui.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
authformplugin/0.9/authform/web_ui.py
r360 r745 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
