Show More
@@ -137,5 +137,7 b' class RhodeCodeAuthPlugin(RhodeCodeAuthP' | |||
|
137 | 137 | "authenticating on this plugin", userobj) |
|
138 | 138 | return None |
|
139 | 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 | 143 | return None |
General Comments 0
You need to be logged in to leave comments.
Login now