3806: Developer Onboarding adding Abe Alam to fixtures_users.py (#3828)

* adding Abe to fixtures_users.py
* Updated Admin Account to ECS Email
* Updated username and email for Analyst to ECS Alias email
This commit is contained in:
Abe Alam 2025-06-03 16:41:28 -04:00 committed by GitHub
parent ea992db534
commit 89411f0ee8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,12 @@ class UserFixture:
"""
ADMINS = [
{
"username": "3e8613e2-e1f8-404d-a692-e5dc077828b2",
"first_name": "Abe",
"last_name": "Alam",
"email": "abraham.alam@ecstech.com",
},
{
"username": "aad084c3-66cc-4632-80eb-41cdf5c5bcbf",
"first_name": "Aditi",
@ -188,6 +194,12 @@ class UserFixture:
]
STAFF = [
{
"username": "acfdf02c-2438-4e66-b219-73104b2e3153",
"first_name": "Abe-Analyst",
"last_name": "Alam-Analyst",
"email": "abraham.alam+1@ecstech.com",
},
{
"username": "ffec5987-aa84-411b-a05a-a7ee5cbcde54",
"first_name": "Aditi-Analyst",