Changes between Initial Version and Version 1 of Ticket #10700


Ignore:
Timestamp:
Dec 12, 2012, 10:57:52 PM (11 years ago)
Author:
Steffen Hoffmann
Comment:

Good catch, issue verified here easily with your hint on how to reproduce (in #10701). Thanks for noticing.

As mentioned in my recent comment to the follow-up issue #10701 I'd appreciate disclose of a reporter contact. Anonymous reports just don't work that well for human interaction, you see?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10700

    • Property Cc Ryan J Ollos added; anonymous removed
    • Property Keywords AccountModule added
    • Property Summary changed from Reset passport discards errors to AccountModule._do_reset_password discards errors from _reset_password
  • Ticket #10700 – Description

    initial v1  
    1 In web_ui.py, in the AccountModule class is a function _reset_password, which can return an error. _do_reset_password always ignores the error, and instead reports success to the user. As far as I can tell, these errors are always ignored.
     1In web_ui.py, in the !AccountModule class is a function _reset_password, which can return an error. _do_reset_password always ignores the error, and instead reports success to the user. As far as I can tell, these errors are always ignored.
    22
    33This then makes it extremely difficult to diagnose other problems with password reset.