summaryrefslogtreecommitdiff
path: root/templates/openid_notloggedin.pt
blob: ebd35858bae5aa5d3a3ac8945ed165ec12530a7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:tal="http://xml.zope.org/namespaces/tal"
      xmlns:metal="http://xml.zope.org/namespaces/metal"
      metal:use-macro="standard_template/macros/page">
  <metal:fill fill-slot="body">
  
        <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>