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

+ SSO in a Box +

+ + [% IF error %] +
+ [% IF err_missinginput %] + + [% END %] + [% IF err_username && err_password %] + + Error: Enter your username and password. + [% ELSIF err_username %] + + Error: Enter your username. + [% ELSIF err_password %] + + Error: Enter your password. + [% END %] + + [% IF err_loginfailed %] + + Error: You entered an incorrect username or password (or both). + [% END %] + + [% IF err_rejected %] + + Error: That username may not authenticate to this service. + [% END %] + + [% IF err_forced %] + + This web site requires that you log in with username and password. + [% END %] +
+ [% END %] + + [% IF remuser_failed %] +
+

Error: Apache authentication was tried and + failed.

+
+ [% END %] + +
+
+ + + + + +
+
+ + + [% IF login_cancel %] + + Cancel + [% END %] + +
+ +
+
+ + [% IF show_remuser %] +
+ + + + + +
+ Or skip entering your username and password. Instead, + log in using your computer login information via + Apache authentication: + +
+ + + + +
+
+
+ [% END %] + +
+ +