[% WRAPPER 'templates/_token_denied_wrapper' -%] [% PROCESS "templates/external_auth_header.tmpl" %]
[% 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:') %]
[% dest_html = goto_uri.html() -%] [% locale.maketext('Requested page: [_1]', dest_html) %]
[% IF form_ref.keys.size -%]| [% locale.maketext('Parameter name') %] | [% locale.maketext('Parameter value') %] |
|---|---|
| [% pair.key.html() %] | [% pair.value.html() %] |