From 817ba40a94c1d19900946b40082e8cb7754f6d0b Mon Sep 17 00:00:00 2001 From: Carl Zhang Date: Tue, 14 Oct 2025 00:15:22 -0500 Subject: [PATCH] add buffteksadmin account --- webpages/users.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/webpages/users.yaml b/webpages/users.yaml index b77ddf5b8..e3036ebf9 100644 --- a/webpages/users.yaml +++ b/webpages/users.yaml @@ -16,6 +16,18 @@ credentials: - editor - viewer + buffteksadmin: + email: czhang@wtamu.edu + failed_login_attempts: 0 # Will be managed automatically + first_name: Buff + last_name: Teks + logged_in: False # Will be managed automatically + password: BenCarl&Jesus@BuffTeks # Will be hashed automatically + roles: # Optional + - admin + - editor + - viewer + # oauth2: # Optional # google: # Follow instructions: https://developers.google.com/identity/protocols/oauth2 # client_id: # To be filled