Changes between Version 1 and Version 2 of Ticket #33758, comment 2
- Timestamp:
- Jun 2, 2022, 1:58:09 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33758, comment 2
v1 v2 5 5 Yes, it is. `make_random_password()` is essentially not used at all in the Django codebase. 6 6 7 An 11 year old comment from Russell says why:7 [https://code.djangoproject.com/ticket/15639#comment:2 An 11 year old comment from Russell says why]: 8 8 9 9 > The only reason I can think of to generate a random password would be to send it in cleartext. To which, the answer is a definitive No. Not ever. 10 10 11 https://code.djangoproject.com/ticket/15639#comment:212 13 11 I think we should probably deprecate and remove this method, rather than try and make it more complex 🤔