OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/spec/fixtures/users.yml

15 lines
350 B

john:
login: john
hashed_password: "0123456789012345678901234567890123456789" # whatever
firstname: John
lastname: Doe
mail: john@doe.com
mail_notification: false
jane:
login: jane
hashed_password: "0123456789012345678901234567890123456789" # whatever
firstname: Jane
lastname: Doe
mail: jane@doe.com
mail_notification: false