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

@@ -20,6 +20,11 @@ format used by the Zulip server that they are interacting with.
## Changes in Zulip 10.0
**Feature level 338**
* [`POST /register`](/api/register-queue): Added `password_max_length`
field, which is the maximum allowed password length.
**Feature level 337**
* `POST /calls/bigbluebutton/create`: Added a `voice_only` parameter