Show More
@@ -55,12 +55,14 b' class RhodeCodeAuthPlugin(RhodeCodeAuthP' | |||
|
55 | 55 | config.add_view( |
|
56 | 56 | 'rhodecode.authentication.views.AuthnPluginViewBase', |
|
57 | 57 | attr='settings_get', |
|
58 | renderer='rhodecode:templates/admin/auth/plugin_settings.html', | |
|
58 | 59 | request_method='GET', |
|
59 | 60 | route_name='auth_home', |
|
60 | 61 | context=RhodecodeAuthnResource) |
|
61 | 62 | config.add_view( |
|
62 | 63 | 'rhodecode.authentication.views.AuthnPluginViewBase', |
|
63 | 64 | attr='settings_post', |
|
65 | renderer='rhodecode:templates/admin/auth/plugin_settings.html', | |
|
64 | 66 | request_method='POST', |
|
65 | 67 | route_name='auth_home', |
|
66 | 68 | context=RhodecodeAuthnResource) |
General Comments 0
You need to be logged in to leave comments.
Login now