[Pypi-checkins] r981 - trunk/pypi/templates

martin.von.loewis python-checkins at python.org
Thu Sep 15 22:49:06 CEST 2011


Author: martin.von.loewis
Date: Thu Sep 15 22:49:06 2011
New Revision: 981

Modified:
   trunk/pypi/templates/openid_notloggedin.pt
Log:
Elaborate rationale for not logging user in directly.


Modified: trunk/pypi/templates/openid_notloggedin.pt
==============================================================================
--- trunk/pypi/templates/openid_notloggedin.pt	(original)
+++ trunk/pypi/templates/openid_notloggedin.pt	Thu Sep 15 22:49:06 2011
@@ -5,7 +5,12 @@
       metal:use-macro="standard_template/macros/page">
   <metal:fill fill-slot="body">
   
-        <p>You need to login to this site before trying OpenId authentication again.</p>
+        <p>If you want to use your PyPI credentials to log into
+        another site, you need to log into PyPI first. If logging
+        into some other site ever brings up a PyPI password window,
+        it probably is a phishing attempt; don't enter your password.
+        If you follow the login link to the right, make sure it really
+        belongs to the Python Package Index.</p>
       
   </metal:fill>
 </html>
\ No newline at end of file


More information about the Pypi-checkins mailing list