mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-31 12:44:29 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user