summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-02-20 13:46:10 +1100
committerRichard Jones <richard@mechanicalcat.net>2013-02-20 13:46:10 +1100
commit75b5b48be2913e29b8fa8d3da678b3fcdd985ed9 (patch)
tree690e61fb84a3ddd94229df941adb268172e2018e /templates
parent249322d3987cd056f9936ae72dd8b02c30029ee6 (diff)
downloaddecorator-75b5b48be2913e29b8fa8d3da678b3fcdd985ed9.tar.gz
update the scheme_host when necessary too; document the HTTPS location for openid
Diffstat (limited to 'templates')
-rw-r--r--templates/register.pt2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/register.pt b/templates/register.pt
index f8e60b2..28b4349 100644
--- a/templates/register.pt
+++ b/templates/register.pt
@@ -25,7 +25,7 @@
You can use your PyPI account to log into other services supporting <a href="http://en.wikipedia.org/wiki/OpenID">OpenID</a>.
You need to first log into PyPI before logging into other services (doing it the other way is prone to phishing attacks).
To log in, simply type <b>pypi.python.org</b> into the field asking for an OpenID. Your OpenID is
- <b>http://pypi.python.org/id/<span tal:replace="data/name"/></b>; you can also use this ID directly to log in.
+ <b>https://pypi.python.org/id/<span tal:replace="data/name"/></b>; you can also use this ID directly to log in.
</p>
<form tal:attributes="action app/url_path" method="POST">
<input type="hidden" name=":action" value="user" />