Changes between Initial Version and Version 1 of Ticket #31375


Ignore:
Timestamp:
Mar 17, 2020, 4:18:05 PM (4 years ago)
Author:
iamdavidcz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31375 – Description

    initial v1  
    33**Reasons:**
    44
    5 - users unaware of this strange behaviour can accidentally create weak passwords (potential security issue)
    6 - other libraries throw the `TypeError` in the same cases (eg. Werkzeug, passlib)
     5- programmers unaware of this strange behaviour can accidentally create weak passwords (potential security issue)
     6- other libraries raise the `TypeError` in the same cases (eg. Werkzeug, passlib)
    77- it's inconsistent with the documentation that says:
    88> It takes one mandatory argument: the password in plain-text.
Back to Top