Bugs item #1177077, was opened at 2005-04-05 13:56 Message generated for change (Comment added) made by jafo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1177077&group_id=5470
Category: None Group: None >Status: Closed >Resolution: Invalid 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 PROTECTED] 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='[EMAIL PROTECTED]', where name='myname' """ Clearly, there's a superfluous comma before 'where name='. I'm filling this bug report per request from webmaster'python'org. ---------------------------------------------------------------------- >Comment By: Sean Reifschneider (jafo) Date: 2005-04-06 03:24 Message: Logged In: YES user_id=81797 I know Brett told you to submit it here, but I can't imagine why that would be more appropriate than using your first instinct and submitting it to the pypi tracker. It looks like the bug is on line 602 of "store.py", change ", where" to " where" Sean ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1177077&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com