[% WRAPPER 'templates/_token_denied_wrapper' -%] [% PROCESS "templates/external_auth_header.tmpl" %]

[% locale.maketext('Invalid Security Token') %]

[% locale.maketext('The requested [output,acronym,URL,Uniform Resource Locator] does not contain your session’s correct security token.') %]

[% locale.maketext('You may have reached this error by copying and pasting a URL from a different cPanel, WHM, or Webmail session into your browser’s address bar. To resolve this situation, please take one of the following steps:') %]

[% locale.maketext('Request information') %]

[% dest_html = goto_uri.html() -%] [% locale.maketext('Requested page: [_1]', dest_html) %]

[% IF form_ref.keys.size -%] [% FOR pair = form_ref -%] [% END -%]
[% locale.maketext('Parameter name') %] [% locale.maketext('Parameter value') %]
[% pair.key.html() %][% pair.value.html() %]
[% END -%]

[% locale.maketext('Username: [_1]', user).html() %]

[% PROCESS "templates/external_auth.tmpl" %]
[% END %]