Show More
@@ -332,6 +332,8 b' class RhodeCodeAuthPluginBase(object):' | |||||
332 | log.debug('provided username:`%s` is empty skipping...', username) |
|
332 | log.debug('provided username:`%s` is empty skipping...', username) | |
333 | if not user: |
|
333 | if not user: | |
334 | log.debug('User `%s` not found in database', username) |
|
334 | log.debug('User `%s` not found in database', username) | |
|
335 | else: | |||
|
336 | log.debug('Got DB user:%s', user) | |||
335 | return user |
|
337 | return user | |
336 |
|
338 | |||
337 | def user_activation_state(self): |
|
339 | def user_activation_state(self): |
General Comments 0
You need to be logged in to leave comments.
Login now