Files
zulip/zerver
Tim Abbott 338fd40ab0 backends: Fix exception with password lengths above 72.
Apparently, while we set our own maximum password length of 100
characters, zxcvbn had a hardcoded maximum length of 72 characters,
and threw an exception if that was exceeded.

The fact that we're discovering this now would suggest that nobody has
previously attempted a password between 72 and 100 characters in
length.

(cherry picked from commit 37b7a32eb4)
2025-03-27 16:53:35 -07:00
..