[ python-Bugs-1177077 ] [PyPI] Password reset problem.

SourceForge.net noreply at sourceforge.net
Tue Apr 5 15:56:10 CEST 2005


Bugs item #1177077, was opened at 2005-04-05 13:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1177077&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Darek Suchojad (dsuch)
Assigned to: Nobody/Anonymous (nobody)
Summary: [PyPI] Password reset problem.

Initial Comment:
Hello, the URL for reseting a password to PyPI is
http://www.python.org/pypi?:action=password_reset&email=my@email.
However, this page yields a message
"""
Error...

There's been a problem with your request

psycopg.ProgrammingError: ERROR:  syntax error at or
near "where" at character 104

update users set
password='6c2105e62b35507733ee49fdaed9815022b324e6',
email='my at email', where name='myname'
"""

Clearly, there's a superfluous comma before 'where name='.

I'm filling this bug report per request from
webmaster'python'org.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1177077&group_id=5470


More information about the Python-bugs-list mailing list