Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4810


Ignore:
Timestamp:
Feb 22, 2007, 12:38:47 AM (17 years ago)
Author:
Emmanuel Blot
Comment:

Duplicate of #4801

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4810

    • Property Status newclosed
    • Property Priority highnormal
    • Property Keywords create account reset password removed
    • Property Resolutionduplicate
    • Property Severity blockernormal
  • Ticket #4810 – Description

    initial v1  
    11filled in required fields for a new password after i couldn't reset my old password for another account that wouldn't log in with a simular/same error.  I tried this in the latest versions of Safari 2, Camino, and Firefox 2.
    22
    3 
    43HERE IS THE TRACEBACK FOR THE NEW ACCOUNT:
     4{{{
    55Traceback (most recent call last):
    66  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    1616    raise RuntimeError, "input() already active"
    1717RuntimeError: input() already active
    18 
     18}}}
    1919
    2020HERE IS THE TRACEBACK FOR THE PASSWORD RESET:
     21{{{
    2122Traceback (most recent call last):
    2223  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
     
    3233    raise RuntimeError, "input() already active"
    3334RuntimeError: input() already active
     35}}}