It seems like the password limit is set to 60 characters so I’m unable to login to my instance. There probably should be no limit in the app because each server could have different limits set.

  • Amju Wolf
    link
    29 months ago

    Have you heard about pass phrases ?

    Also, none of those is a sane reason to limit password length. A huge point of hashing is having short, constant length strings on output no matter the input. There’s no limitation or database issue there.

    The only reason to limit password length is actually security (for bad algorithms) and DoS, but that requires a limit in the thousands.