From a6edfc9f5be3d6a322d6a3a1d357e1fbcb802320 Mon Sep 17 00:00:00 2001 From: Md Irfan Hasan Fahim <81842071+mihf05@users.noreply.github.com> Date: Fri, 23 May 2025 02:55:33 +0600 Subject: [PATCH] Update scripts/list-users.js Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- scripts/list-users.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/list-users.js b/scripts/list-users.js index 6686ff814..448c2e068 100644 --- a/scripts/list-users.js +++ b/scripts/list-users.js @@ -41,7 +41,7 @@ async function createAdmin() { console.log(`Admin user created successfully with ID: ${user.id}`); console.log(`Username: ${username}`); - console.log(`Password: ${password}`); + console.log('Password: [REDACTED]'); } catch (e) { console.error('Error creating admin user:', e); } finally {