Add common_login test
This commit is contained in:
parent
41ac9019c6
commit
7736de24fe
2 changed files with 26 additions and 1 deletions
|
@ -48,7 +48,7 @@ def common_login(db_user, permanent_session=True):
|
|||
|
||||
return True
|
||||
else:
|
||||
logger.debug('User could not be logged in, inactive?.')
|
||||
logger.debug('User could not be logged in, inactive?')
|
||||
return False
|
||||
|
||||
|
||||
|
|
Reference in a new issue