From ddf02adb0d0a940c441f083871725e6ace073722 Mon Sep 17 00:00:00 2001
From: "renater.salaun" <renater.salaun@047e039d-479c-447e-8a29-aa6bf4a09bab>
Date: Mon, 26 Jan 2015 09:39:37 +0000
Subject: [PATCH] Mention eduPersonTargetedID, but value cannot be provided

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@87 047e039d-479c-447e-8a29-aa6bf4a09bab
---
 templates/web/validate_token.tt2.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/web/validate_token.tt2.html b/templates/web/validate_token.tt2.html
index 83683dd..30c1d2e 100644
--- a/templates/web/validate_token.tt2.html
+++ b/templates/web/validate_token.tt2.html
@@ -58,10 +58,11 @@
 				</tr>
 			  [% END %]
             [% END %]
+            <tr><th>eduPersonTargetedID:</th><td><i>value dynamically generated by the SP</i></td></tr>
 			</table>
 	</div>
 
-            <div class="alert-box info radius">If you a customized test account with additionnal user attributes, you should contact <a href="mailto:[% conf.support_email %]">[% conf.support_email %]</a>.</div>
+            <div class="alert-box info radius">If you need a customized test account with additionnal user attributes, you should contact <a href="mailto:[% conf.support_email %]">[% conf.support_email %]</a>.</div>
 			<a class="close-reveal-modal">&#215;</a>
         </div>
         </dl>
-- 
GitLab