[Pypi-checkins] r1007 - trunk/pypi/templates
martin.von.loewis
python-checkins at python.org
Tue Jan 24 00:24:40 CET 2012
Author: martin.von.loewis
Date: Tue Jan 24 00:24:39 2012
New Revision: 1007
Modified:
trunk/pypi/templates/register.pt
Log:
Document OpenID support
Modified: trunk/pypi/templates/register.pt
==============================================================================
--- trunk/pypi/templates/register.pt (original)
+++ trunk/pypi/templates/register.pt Tue Jan 24 00:24:39 2012
@@ -21,6 +21,12 @@
<tal:block tal:condition="data/owns_packages">You cannot delete your account since you
are still listed as owner of some packages.</tal:block>
</p>
+ <p>
+ 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.
+ </p>
<form tal:attributes="action app/url_path" method="POST">
<input type="hidden" name=":action" value="user" />
<input type="hidden" name="name" tal:condition="not:data/new_user"
More information about the Pypi-checkins
mailing list