In password security, the longer the better. With a password manager, using more than 24 characters is simple. Unless, of course, the secure password is not accepted due to its length. (In this case, through STOVE.)

Possibly indicating cleartext storage of a limited field (which is an absolute no-go), or suboptimal or lacking security practices.

  • rumba@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    Just another in a long list of decisions Django made that makes me dislike it.

    Let the client hash the password to reduce it. then enforce the hash length as the password length. It’s transparent to the user and doesn’t look like a pile of bad ideas.