Skip to content

Commit

Permalink
create user_profiles.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelez committed Nov 14, 2023
1 parent 66e391a commit ae34199
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/dsp-app-e2e/cypress/fixtures/user_profiles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"admin_username": "daschAdmin",
"admin_password": "DaSCHianer1",
"change_admin_password": "DaSCHianer2",
"projectMember_username": "daschMember",
"projectMember_password": "AMembersPassword1",
"change_projectMember_password": "AMembersPassword2",
"systemAdmin_username": "daschSystemAdmin",
"systemAdmin_password": "IamAllowedTODoEverything1",
"change_systemAdmin_password": "IamAllowedTODoEverything2"
}

0 comments on commit ae34199

Please sign in to comment.