mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-29 00:25:19 +00:00
This allows to configure the used bcrypt rounds and set it to 4 in tests, greatly speeding up the tests. It's not really required to set this to another value but it might be in the future as computers get faster.
34 lines
684 B
YAML
34 lines
684 B
YAML
- id: 1
|
|
hash: test
|
|
project_id: 1
|
|
right: 0
|
|
sharing_type: 1
|
|
shared_by_id: 1
|
|
created: 2018-12-01 15:13:12
|
|
updated: 2018-12-02 15:13:12
|
|
- id: 2
|
|
hash: test2
|
|
project_id: 2
|
|
right: 1
|
|
sharing_type: 1
|
|
shared_by_id: 1
|
|
created: 2018-12-01 15:13:12
|
|
updated: 2018-12-02 15:13:12
|
|
- id: 3
|
|
hash: test3
|
|
project_id: 3
|
|
right: 2
|
|
sharing_type: 1
|
|
shared_by_id: 1
|
|
created: 2018-12-01 15:13:12
|
|
updated: 2018-12-02 15:13:12
|
|
- id: 4
|
|
hash: testWithPassword
|
|
project_id: 1
|
|
right: 0
|
|
password: '$2a$04$X4aRMEt0ytgPwMIgv36cI..7X9.nhY/.tYwxpqSi0ykRHx2CwQ0S6' # 12345678
|
|
sharing_type: 2
|
|
shared_by_id: 1
|
|
created: 2018-12-01 15:13:12
|
|
updated: 2018-12-02 15:13:12
|