Show More
@@ -137,5 +137,7 b' class RhodeCodeAuthPlugin(RhodeCodeAuthP' | |||||
137 | "authenticating on this plugin", userobj) |
|
137 | "authenticating on this plugin", userobj) | |
138 | return None |
|
138 | return None | |
139 | else: |
|
139 | else: | |
140 | log.warning('user %s tried auth but is disabled', userobj) |
|
140 | log.warning( | |
|
141 | 'user `%s` failed to authenticate via %s, reason: account not ' | |||
|
142 | 'active.', username, self.name) | |||
141 | return None |
|
143 | return None |
General Comments 0
You need to be logged in to leave comments.
Login now