mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
parent
8fd5345cd4
commit
4362c8d3c9
@@ -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
|
||||
|
Reference in New Issue
Block a user