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

WebAuth Confirm

+
+ + [% IF warn_expire %] + + + + [% END %] + [% IF history %] + + + + [% END %] + + + + +
+
+ Warning: Your password will expire in + [% expire_time_left %], on + [% expire_date %]. Please change your password + before this happens. +
+ + + + + +
+
+
+
+

Warning: There were potentially suspicious logins + from your account. Here is a list of the last several + logins you have made to WebAuth-protected + resources.

+
    + [% FOREACH login IN history %] + [% IF login.hostname %] +
  • [% login.hostname %] ([% login.ip %]) + [% ELSE %] +
  • [% login.ip %] + [% END %] + [% END %] +
+
+
Confirm +
+

You are logged into WebAuth as user + [% username FILTER html %]

+

Click this link to continue to the website you + requested:

+

+ [% pretty_return_url FILTER html %]

+ [% IF token_rights %] +

If you continue to this website, you will grant it + permission to obtain the following credentials on your + behalf:

+

[% FOREACH right IN token_rights %] + [% right.type %] [% right.name %]
+ + + + [% END %]

+ [% END %] +

Protect your assets:
+ Quit your web browser when you are finished (see below + for more details)

+ [% IF login_cancel %] +

Cancel + logging on to this service

+ [% END %] +
+
+
+ + [% IF show_remuser %] +
+
+ + + + [% IF login_cancel %] + + [% END %] + + + + + + +
+ [% IF remuser %] + + [% ELSE %] + + [% END %] + + + + Check this box to always attempt to use your computer + login information in the future. +
+
+
+ [% END %] + +
+

Important Security Information

+ +

WebAuth provides a general web login service for many different + websites. Websites that use this WebAuth server that would ask you + to login will not do so now that you have logged into WebAuth.

+ +

Quit the web browser you are using when you are finished + with this browser session.

+ +

If you do not, anyone subsequently using your computer will be + able to use the browser program to go to those websites, and the + websites will treat that person as you, giving that person access to + your protected web assets. You are responsible for preventing that + from happening with this web session, and the best way to do it is + to quit the browser program when you are finished with it, or lock + your computer if you need to leave your computer but aren't through + with the browser.

+
+ +