You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2014/10/06 12:42:52 UTC

[3/4] git commit: [#7715] quoted the email address in the verification url

[#7715] quoted the email address in the verification url


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/3ebb5fc0
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/3ebb5fc0
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/3ebb5fc0

Branch: refs/heads/master
Commit: 3ebb5fc0ba6b40f588c889591d42f28c04ea9363
Parents: 6b97873
Author: Alexander Luberg <al...@slashdotmedia.com>
Authored: Tue Sep 30 10:44:42 2014 -0700
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Mon Oct 6 09:45:15 2014 +0000

----------------------------------------------------------------------
 Allura/allura/templates/update_emails_form.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/3ebb5fc0/Allura/allura/templates/update_emails_form.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/update_emails_form.html b/Allura/allura/templates/update_emails_form.html
index 3ac5502..bc3cc33 100644
--- a/Allura/allura/templates/update_emails_form.html
+++ b/Allura/allura/templates/update_emails_form.html
@@ -42,7 +42,7 @@
       {% if obj.confirmed %}
         yes
       {% else %}
-        no (<a href="/auth/send_verification_link?a={{a}}">verify</a>)
+        no (<a href="/auth/send_verification_link?a={{h.urlquoteplus(a)}}">verify</a>)
       {% endif %}
     </td>
     {% else %}