From b99253ff476f8f3dbb8b2ba53178e9886873cc48 Mon Sep 17 00:00:00 2001 From: Nicolas Dorier Date: Wed, 15 Feb 2023 16:32:36 +0900 Subject: [PATCH] Revert "Fix: Setting the password of a new created user via API shouldn't be required (Close #4534) (#4645)" (#4646) This reverts commit 9cb844cbbbd4118442d85e6d7a3031f3e1e6ed5b. --- BTCPayServer/wwwroot/swagger/v1/swagger.template.users.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.users.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.users.json index 12a26811e..6ceb4a155 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.users.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.users.json @@ -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",