mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
20 lines
389 B
YAML
20 lines
389 B
YAML
Group:
|
|
mygroup:
|
|
Code: mygroup
|
|
Member:
|
|
user-in-mygroup:
|
|
Email: user-in-mygroup@test.com
|
|
Password: test
|
|
Groups: =>Group.mygroup
|
|
user-without-groups:
|
|
Email: user-without-groups@test.com
|
|
Password: test
|
|
failed-login:
|
|
Email: failedlogin@test.com
|
|
Password: Password
|
|
FailedLoginCount: 0
|
|
Permission:
|
|
mycode:
|
|
Code: MYCODE
|
|
Group: =>Group.mygroup
|