From e498e9a7ebd433ad1039e992f898ef438c8be6f2 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Tue, 10 Oct 2023 16:28:11 -0300 Subject: [PATCH] (feat) change username to admin --- credentials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credentials.yml b/credentials.yml index f6c8ddd..64a2400 100644 --- a/credentials.yml +++ b/credentials.yml @@ -4,7 +4,7 @@ cookie: name: random_cookie_name credentials: usernames: - master: + admin: email: admin@gmail.com name: Admin User password: abc # To be replaced with hashed password: hashed_passwords = stauth.Hasher(['abc', 'def']).generate()