Ignore:
Timestamp:
07/05/10 12:56:53 (23 months ago)
Author:
dart
Message:

LoReality?:
o Add squadrons, pilots.
o Lot of fix
o Some cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/controllers/account.py

    r2098 r2104  
    1111class AccountController(BaseController): 
    1212 
     13    #-------------------------------------------------------------- 
    1314    def signin(self): 
    1415        if not request.environ.get('REMOTE_USER'): 
     
    1819            return redirect_to(h.url_for(controller='main', action='index')) 
    1920 
     21    #-------------------------------------------------------------- 
    2022    def signout(self): 
    2123        # The actual removal of the AuthKit cookie occurs when the response passes 
Note: See TracChangeset for help on using the changeset viewer.