[% USE Whostmgr; USE JSON; SET PAGE_BASE = '/scripts2/manage_external_auth/'; SET PAGE_NAME = Whostmgr.get_page_name_by_url(PAGE_BASE); WRAPPER 'master_templates/master.tmpl' header = locale.makevar(PAGE_NAME), breadcrumburl = PAGE_BASE, base = PAGE_BASE, stylesheets = [ Whostmgr.find_file_url('/templates/external_auth/manage.min.css') ], theme='bootstrap', CJT2_EXCLUSIVE = 1, app_key='manage_external_authentication'; %]

[% locale.maketext("This feature allows you to manage your authentication providers and authenticated users."); %]

[% locale.maketext("For more information about this feature, please review the documentation at [output,url,_1,_1,target,_blank].","https://go.cpanel.net/cpanelidmanage") %]
[% FOR provider = data.disabled_failing_providers -%]

[% locale.maketext('You have configured and enabled the provider module “[_1]”; however, the system cannot use this module because of an error:', provider.provider_namespace.html()) -%]

[% provider.provider_failure.html() -%]

[% IF provider.disabled_services.size -%]

[% locale.maketext('The system has disabled this provider module for the [numerate,_1,service,services] [list_and_quoted,_2].', provider.disabled_services.size, provider.disabled_services) -%]

[% END -%] [% FOR failure = provider.failures_to_disable -%]

[% locale.maketext('[output,strong,ERROR:] The system failed to disable this provider module for the service “[_1]” because of an error: [_2]', failure.service_name, failure.failure) -%]

[% END -%]
[% END -%] [% IF Whostmgr.hasroot() %] [% END %]

[% locale.maketext('Loading …') %]

[% PROCESS 'master_templates/cjt2_header_include.tt' %] [% END %]