mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
api: Do not require short_name to create user.
When you post to /json/users, we no longer require or look at the short_name parameter, since we don't use it in any meaningful way. An upcoming commit will eliminate it from the database.
This commit is contained in:
@@ -153,7 +153,6 @@ def create_user(client: Client) -> None:
|
||||
'email': 'newbie@zulip.com',
|
||||
'password': 'temp',
|
||||
'full_name': 'New User',
|
||||
'short_name': 'newbie',
|
||||
}
|
||||
result = client.create_user(request)
|
||||
# {code_example|end}
|
||||
|
||||
Reference in New Issue
Block a user