Changeset 2104 for trunk/loreality/loreality/controllers/account.py
- Timestamp:
- 07/05/10 12:56:53 (23 months ago)
- File:
-
- 1 edited
-
trunk/loreality/loreality/controllers/account.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/loreality/controllers/account.py
r2098 r2104 11 11 class AccountController(BaseController): 12 12 13 #-------------------------------------------------------------- 13 14 def signin(self): 14 15 if not request.environ.get('REMOTE_USER'): … … 18 19 return redirect_to(h.url_for(controller='main', action='index')) 19 20 21 #-------------------------------------------------------------- 20 22 def signout(self): 21 23 # The actual removal of the AuthKit cookie occurs when the response passes
Note: See TracChangeset
for help on using the changeset viewer.
