mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix bcrypt hash in e2e-testing.yml for test user creation
This commit is contained in:
parent
2ef2c9e166
commit
fc8b6c016a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-testing.yml
vendored
2
.github/workflows/e2e-testing.yml
vendored
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
createdAt: new Date(),
|
||||
services: {
|
||||
password: {
|
||||
bcrypt: "$2b$10$v9266B4sMuTCOgPsnIPibuxKoUwELIqPvTn7GQqGvvVibAEsmph"
|
||||
bcrypt: "$2b$10$v9266B4sMuTCOgPsnIPibuxKoUwELIqPvTn7GQqGvvVibAEsmphsm"
|
||||
},
|
||||
email: {
|
||||
verificationTokens: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue