diff -r 000000000000 -r 3906ca745819 packages/ssoinabox-webui/root/usr/local/share/weblogin/ssoinabox/templates/error.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/ssoinabox-webui/root/usr/local/share/weblogin/ssoinabox/templates/error.tmpl Tue Jan 08 23:13:29 2013 -0500 @@ -0,0 +1,124 @@ + + + + + + WebAuth Error + + + + + [% IF notdefined %] + + [% END %] + + +
+

+ SSO in a Box +

+
+
+ + [% IF err_bad_method %] + Error: Login form not properly submitted. + Your browser has improperly submitted the login form + via GET instead of POST, which risks exposing your + password in your browser history and to other web sites + you visit. Please check that your browser is not + misconfigured and you do not use browser plugins that + override proper form handling. + [% END %] + + + [% IF err_cookies_disabled %] + Error: You must enable cookies on your web browser. + You have just tried to access a web service that is + protected by WebAuth. However, WebAuth is unable to + tell this web service who you are because your browser + has cookies disabled. + WebAuth depends on cookies to communicate with your web + service. Please enable cookies in your web browser. + [% END %] + + + [% IF err_no_request_token %] + Error: The URL given is incomplete. + [% END %] + + + [% IF err_confirm %] + Error: Necessary form data was missing. + You have probably accessed a stale cached page by + mistake. + [% END %] + + + [% IF err_no_mfactor %] + Error: Multifactor is required for the destination site + but you have none set up to use. + [% END %] + + + [% IF err_insufficient_mfactor %] + Error: The destination site requires a higher level of + multifactor than you have set up. + The site requires one of the following levels:
+ [% FOREACH level IN multifactor_required %] + [% level %]
+ [% END %] + + Your level of multifactor is only:
+ [% FOREACH level IN multifactor_configured %] + [% level %]
+ [% END %] + + [% IF login_cancel %] + Cancel + logging on to this service + [% END %] + [% END %] + + + [% IF err_insufficient_loa %] + Error: The destination site requires a higher level of + assurance than you have set up. + [% IF login_cancel %] + Cancel + logging on to this service + [% END %] + [% END %] + + + [% IF err_sendauth %] + Error: Unable to send authentication code. + There was an internal error while attempting to send you + an authentication code. + [% END %] + + [% IF err_webkdc %] + Error: [% err_msg FILTER html %] + [% END %] +
+
+
+ +