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