Revert "Fix: Setting the password of a new created user via API shouldn't be required (Close #4534) (#4645)" (#4646)

This reverts commit 9cb844cbbb.
This commit is contained in:
Nicolas Dorier
2023-02-15 16:32:36 +09:00
committed by GitHub
parent 9cb844cbbb
commit b99253ff47

View File

@@ -108,8 +108,7 @@
},
"password": {
"type": "string",
"description": "The password of the new user (if no password is set, an email will be sent to the user requiring him to set the password)",
"nullable": true
"description": "The password of the new user"
},
"isAdministrator": {
"type": "boolean",