Skip to content
Snippets Groups Projects
Commit 19e7174e authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

drop specific references to eduGAIN federation

The tool can be used with any identity federation nowadays.
parent e7c7f55a
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment