authentication: add some more logging when extracting users.
This commit is contained in:
parent
230ee5f4aa
commit
94cd7b2237
1 changed files with 2 additions and 0 deletions
|
|
@ -332,6 +332,8 @@ class RhodeCodeAuthPluginBase(object):
|
|||
log.debug('provided username:`%s` is empty skipping...', username)
|
||||
if not user:
|
||||
log.debug('User `%s` not found in database', username)
|
||||
else:
|
||||
log.debug('Got DB user:%s', user)
|
||||
return user
|
||||
|
||||
def user_activation_state(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue