From d4f6c053bcfccef198f66fabec752c2bb8aeca26 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Thu, 2 Jul 2026 16:41:33 +0100 Subject: [PATCH] fix: Log the set password when creating users Closes #1894 --- src/admin/user/commands.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/admin/user/commands.rs b/src/admin/user/commands.rs index 23c63cd71..26dadc5b5 100644 --- a/src/admin/user/commands.rs +++ b/src/admin/user/commands.rs @@ -54,16 +54,16 @@ pub(super) async fn create_user(&self, username: String, password: Option Result {