From e1de25e128527a12a6eb7bdfb436c56f09df54b1 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Tue, 8 Apr 2014 16:43:38 -0400 Subject: [PATCH] Update OpenID dialog text We want to indicate more clearly that the information that we transmit to the third party is governed by their terms of service and privacy policy. --- lms/templates/provider_login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/provider_login.html b/lms/templates/provider_login.html index b7f7067bef..2c1958ad2f 100644 --- a/lms/templates/provider_login.html +++ b/lms/templates/provider_login.html @@ -41,7 +41,7 @@ %if error: %endif -

${_("Please note that we will be sending your user name, email, and full name to this third party site.")}

+

${_("Your username, email, and full name will be sent to {destination}, where the collection and use of this information will be governed by their terms of service and privacy policy.").format(destination=return_to)}