app/soc/logic/models/user.py
changeset 744 cd9bf163473c
parent 722 a59eaa177562
child 862 fac7cb803aaf
equal deleted inserted replaced
743:e6ab5b0c2fda 744:cd9bf163473c
    55         return True
    55         return True
    56 
    56 
    57     return False
    57     return False
    58 
    58 
    59   def getForCurrentAccount(self):
    59   def getForCurrentAccount(self):
    60     """Retrieves the user entity for the currently logged in account
    60     """Retrieves the user entity for the currently logged in account.
    61 
    61 
    62     If there is no user logged in, or they have no associated User
    62     If there is no user logged in, or they have no associated User
    63     entity, None is returend.
    63     entity, None is returend.
    64     """
    64     """
    65 
    65