Changes between Initial Version and Version 1 of Ticket #31375
- Timestamp:
- Mar 17, 2020, 4:18:05 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31375 – Description
initial v1 3 3 **Reasons:** 4 4 5 - users unaware of this strange behaviour can accidentally create weak passwords (potential security issue)6 - other libraries throwthe `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) 7 7 - it's inconsistent with the documentation that says: 8 8 > It takes one mandatory argument: the password in plain-text.