From 84562a39569fa9069fd0c8939ade68e82e1ed7d0 Mon Sep 17 00:00:00 2001 From: NISHANT SINGH <151461374+NishantSinghhhhh@users.noreply.github.com> Date: Wed, 19 Feb 2025 00:16:15 +0530 Subject: [PATCH] Adding users in the documentation (#3238) * Adding users in the documentation Signed-off-by: NishantSinghhhhh * Update gql.tada-cache.d.ts --------- Signed-off-by: NishantSinghhhhh --- docs/docs/docs/developer-resources/testing.md | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/docs/docs/developer-resources/testing.md b/docs/docs/docs/developer-resources/testing.md index c5a4bb6457d..10bf4549f07 100644 --- a/docs/docs/docs/developer-resources/testing.md +++ b/docs/docs/docs/developer-resources/testing.md @@ -14,9 +14,24 @@ If the API: 2. the API sample database is loaded; then you can use these login credentials to access the API via various clients. -| Email | Password | User Type | Joined Organization | -| -------------------------- | -------- | --------------| -------------------- | -| administrator@email.com | password | Administrator | N/A | +| Email | Password | User Type | Joined Organization | +| -----------------------------------| -------- | ---------------| -------------------- | +| administrator@email.com | password | Administrator | N/A | +| testsuperadmin@example.com | Pass@123 | Administrator | N/A | +| testadmin1@example.com | Pass@123 | Administrator | N/A | +| testadmin2@example.com | Pass@123 | Administrator | N/A | +| testadmin3@example.com | Pass@123 | Administrator | N/A | +| testuser1@example.com | Pass@123 | Regular | N/A | +| testuser2@example.com | Pass@123 | Regular | N/A | +| testuser3@example.com | Pass@123 | Regular | N/A | +| testuser4@example.com | Pass@123 | Regular | N/A | +| testuser5@example.com | Pass@123 | Regular | N/A | +| testuser6@example.com | Pass@123 | Regular | N/A | +| testuser7@example.com | Pass@123 | Regular | N/A | +| testuser8@example.com | Pass@123 | Regular | N/A | +| testuser9@example.com | Pass@123 | Regular | N/A | +| testuser10@example.com | Pass@123 | Regular | N/A | +| testuser11@example.com | Pass@123 | Regular | N/A | ## Accessing the API