Skip to content

Commit 84562a3

Browse files
Adding users in the documentation (#3238)
* Adding users in the documentation Signed-off-by: NishantSinghhhhh <nishantsingh_230137@aitpune.edu.in> * Update gql.tada-cache.d.ts --------- Signed-off-by: NishantSinghhhhh <nishantsingh_230137@aitpune.edu.in>
1 parent 8e9a5e1 commit 84562a3

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

docs/docs/docs/developer-resources/testing.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,24 @@ If the API:
1414
2. the API sample database is loaded;
1515
then you can use these login credentials to access the API via various clients.
1616

17-
| Email | Password | User Type | Joined Organization |
18-
| -------------------------- | -------- | --------------| -------------------- |
19-
| administrator@email.com | password | Administrator | N/A |
17+
| Email | Password | User Type | Joined Organization |
18+
| -----------------------------------| -------- | ---------------| -------------------- |
19+
| administrator@email.com | password | Administrator | N/A |
20+
| testsuperadmin@example.com | Pass@123 | Administrator | N/A |
21+
| testadmin1@example.com | Pass@123 | Administrator | N/A |
22+
| testadmin2@example.com | Pass@123 | Administrator | N/A |
23+
| testadmin3@example.com | Pass@123 | Administrator | N/A |
24+
| testuser1@example.com | Pass@123 | Regular | N/A |
25+
| testuser2@example.com | Pass@123 | Regular | N/A |
26+
| testuser3@example.com | Pass@123 | Regular | N/A |
27+
| testuser4@example.com | Pass@123 | Regular | N/A |
28+
| testuser5@example.com | Pass@123 | Regular | N/A |
29+
| testuser6@example.com | Pass@123 | Regular | N/A |
30+
| testuser7@example.com | Pass@123 | Regular | N/A |
31+
| testuser8@example.com | Pass@123 | Regular | N/A |
32+
| testuser9@example.com | Pass@123 | Regular | N/A |
33+
| testuser10@example.com | Pass@123 | Regular | N/A |
34+
| testuser11@example.com | Pass@123 | Regular | N/A |
2035

2136
## Accessing the API
2237

0 commit comments

Comments
 (0)