-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pw): change initial password complexity
- Loading branch information
Gerald Baulig
committed
Mar 20, 2024
1 parent
a297e5c
commit 0d48d94
Showing
4 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,47 +96,47 @@ For login as any existing user of this dataset, the credentials are as follows: | |
**Root Admin** (all permission in domain) | ||
``` | ||
User: [email protected] | ||
Password: restorecommerce.io | ||
Password: CNQJrH%KAayeDpf3h | ||
``` | ||
|
||
**Shop Admin 000** (all permission in shop) | ||
``` | ||
User: [email protected] | ||
Password: restorecommerce.io | ||
Password: CNQJrH%KAayeDpf3h | ||
``` | ||
|
||
**Sales 000** (permission to maintain shop) | ||
``` | ||
User: [email protected] | ||
Password: restorecommerce.io | ||
Password: CNQJrH%KAayeDpf3h | ||
``` | ||
|
||
**Moderator 000** (permission to maintain customer organization 000) | ||
``` | ||
User: [email protected] | ||
Password: restorecommerce.io | ||
Password: CNQJrH%KAayeDpf3h | ||
``` | ||
|
||
**Moderator 001** (permission to maintain customer organization 001) | ||
``` | ||
User: [email protected] | ||
Password: restorecommerce.io | ||
Password: CNQJrH%KAayeDpf3h | ||
``` | ||
|
||
**Member 000** (permission to make orders for organization 000) | ||
``` | ||
User: [email protected] | ||
Password: restorecommerce.io | ||
Password: CNQJrH%KAayeDpf3h | ||
``` | ||
|
||
**Member 001** (permission to make orders for organization 001) | ||
``` | ||
User: [email protected] | ||
Password: restorecommerce.io | ||
Password: CNQJrH%KAayeDpf3h | ||
``` | ||
|
||
**User 000** (permission to make orders as individual) | ||
``` | ||
User: [email protected] | ||
Password: restorecommerce.io | ||
Password: CNQJrH%KAayeDpf3h | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,5 +76,5 @@ For login as any existing user of this dataset, the credentials are as follows: | |
**Tech User** (Superadmin) | ||
``` | ||
User: [email protected] | ||
Password: restorecommerce.io | ||
Password: CNQJrH%KAayeDpf3h | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters