password: Add password_max_length to register response.

This allows clients to render UI that disallows invalid passwords
before sending them to the server.
This commit is contained in:
Maneesh Shukla
2024-12-10 14:29:28 +05:30
committed by Tim Abbott
parent 8fd5345cd4
commit 4362c8d3c9
11 changed files with 24 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
# new level means in api_docs/changelog.md, as well as "**Changes**"
# entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 337 # Last bumped for voice_only param addition for BigBlueButton
API_FEATURE_LEVEL = 338 # Last bumped for adding password_max_length.
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump