From f2ba91790ee11317a9aef01271f1a0811459a708 Mon Sep 17 00:00:00 2001 From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab> Date: Wed, 1 Apr 2015 12:34:14 +0000 Subject: [PATCH] Reorganized the Test Accounts information template, as suggested by Lukas git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@115 047e039d-479c-447e-8a29-aa6bf4a09bab --- templates/web/validate_token.tt2.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/web/validate_token.tt2.html b/templates/web/validate_token.tt2.html index 3583e2d..bd04d0e 100644 --- a/templates/web/validate_token.tt2.html +++ b/templates/web/validate_token.tt2.html @@ -10,11 +10,7 @@ <p>You can now use these test accounts to login at your federated service.<br/> <strong>To do so, select the "[% conf.idp_displayname %]" when choosing an organisation to login at.</strong></p> - <p><strong>Please keep a record of the above user names and passwords</strong> because currently there is no mecanism to retrieve the above credentials once you close this page. If you forget the username and passowrds, you can however request new test accounts.</p> -<div class="alert-box warning radius"> - <p>Note that these test accounts will automatically expire in [% conf.accounts_validity_period %] days and that they can only be used to test federated login to your eduGAIN-enabled Service Provider with entityID <strong>[% sp_entityid %]</strong>.</p> -</div> </div> @@ -73,6 +69,12 @@ [% END %] +</div> + + <p><strong>Please keep a record of the above user names and passwords</strong> because currently there is no mecanism to retrieve the above credentials once you close this page. If you forget the username and passwords, you can however request new test accounts.</p> + +<div class="alert-box warning radius"> + <p>Note that these test accounts will automatically expire in [% conf.accounts_validity_period %] days and that they can only be used to test federated login to your eduGAIN-enabled Service Provider with entityID <strong>[% sp_entityid %]</strong>.</p> </div> <p class="align-center"><Strong>Thank you for using the [% conf.app_name %]</strong></p> -- GitLab