From 19e7174ed6350ed3a8bad9376a54597fddf16ece Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Mon, 9 Jul 2018 10:46:16 +0200 Subject: [PATCH] drop specific references to eduGAIN federation The tool can be used with any identity federation nowadays. --- lib/AccountManager/L10N/fr.pm | 2 +- templates/renater/web/home.tt2.html | 5 +---- templates/web/home.tt2.html | 5 +---- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/lib/AccountManager/L10N/fr.pm b/lib/AccountManager/L10N/fr.pm index ccc3c7a..df2f12b 100644 --- a/lib/AccountManager/L10N/fr.pm +++ b/lib/AccountManager/L10N/fr.pm @@ -10,7 +10,7 @@ our %Lexicon = ( '_AUTO' => 1, "Objective" => "Objectif", - "eduGAIN Access Check allows administrators of a Service Provider (SP) registered in <a href=\"[_1]\">eduGAIN</a> federation to create test accounts with different profiles to validate the behaviour and test federated login." => "eduGAIN Access Check permet aux administrateurs d'un fournisseur de service (Service Provider) enregistré dans la fédération <a href=\"[_1]\">eduGAIN</a> de créer des comptes de test avec différents profils, afin de tester l'authentification fédérée et de valider le comportement du service.", + "eduGAIN Access Check allows administrators of a Service Provider (SP) registered in an identity federation to create test accounts with different profiles to validate the behaviour and test federated login." => "eduGAIN Access Check permet aux administrateurs d'un fournisseur de service (Service Provider) enregistré dans une fédération d'identité de créer des comptes de test avec différents profils, afin de tester l'authentification fédérée et de valider le comportement du service.", "The test accounts can only be used to access own services." => "Ces comptes de test ne peuvent être utilisés qu'avec ce service.", "More information" => "Plus d'information", "Functionning" => "Fonctionnement", diff --git a/templates/renater/web/home.tt2.html b/templates/renater/web/home.tt2.html index 3217f3e..94fe144 100644 --- a/templates/renater/web/home.tt2.html +++ b/templates/renater/web/home.tt2.html @@ -3,10 +3,7 @@ <h2>[% lh.maketext("Objective") %]</h2> <p> [% - lh.maketext( - "eduGAIN Access Check allows administrators of a Service Provider (SP) registered in <a href=\"[_1]\">eduGAIN</a> federation to create test accounts with different profiles to validate the behaviour and test federated login.", - "http://www.geant.net/service/eduGAIN/Pages/home.aspx" - ) + lh.maketext("eduGAIN Access Check allows administrators of a Service Provider (SP) registered in an identity federation to create test accounts with different profiles to validate the behaviour and test federated login.") %] [% lh.maketext("The test accounts can only be used to access own services.") %] </p> diff --git a/templates/web/home.tt2.html b/templates/web/home.tt2.html index 3217f3e..94fe144 100644 --- a/templates/web/home.tt2.html +++ b/templates/web/home.tt2.html @@ -3,10 +3,7 @@ <h2>[% lh.maketext("Objective") %]</h2> <p> [% - lh.maketext( - "eduGAIN Access Check allows administrators of a Service Provider (SP) registered in <a href=\"[_1]\">eduGAIN</a> federation to create test accounts with different profiles to validate the behaviour and test federated login.", - "http://www.geant.net/service/eduGAIN/Pages/home.aspx" - ) + lh.maketext("eduGAIN Access Check allows administrators of a Service Provider (SP) registered in an identity federation to create test accounts with different profiles to validate the behaviour and test federated login.") %] [% lh.maketext("The test accounts can only be used to access own services.") %] </p> -- GitLab