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

19 lines
392 B

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