mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user