Show More
@@ -189,6 +189,7 b' class CrowdServer(object):' | |||
|
189 | 189 | |
|
190 | 190 | |
|
191 | 191 | class RhodeCodeAuthPlugin(RhodeCodeExternalAuthPlugin): |
|
192 | _settings_unsafe_keys = ['app_password'] | |
|
192 | 193 | |
|
193 | 194 | def includeme(self, config): |
|
194 | 195 | config.add_authn_plugin(self) |
@@ -334,6 +334,7 b' class AuthLdap(object):' | |||
|
334 | 334 | class RhodeCodeAuthPlugin(RhodeCodeExternalAuthPlugin): |
|
335 | 335 | # used to define dynamic binding in the |
|
336 | 336 | DYNAMIC_BIND_VAR = '$login' |
|
337 | _settings_unsafe_keys = ['dn_pass'] | |
|
337 | 338 | |
|
338 | 339 | def includeme(self, config): |
|
339 | 340 | config.add_authn_plugin(self) |
General Comments 0
You need to be logged in to leave comments.
Login now