Changes between Version 1 and Version 2 of Ticket #33758, comment 2


Ignore:
Timestamp:
Jun 2, 2022, 1:58:09 AM (2 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33758, comment 2

    v1 v2  
    55Yes, it is. `make_random_password()` is essentially not used at all in the Django codebase.
    66
    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]:
    88
    99> 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.
    1010
    11 https://code.djangoproject.com/ticket/15639#comment:2
    12 
    1311I think we should probably deprecate and remove this method, rather than try and make it more complex 🤔
Back to Top