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

51 lines
1.0 KiB

admin:
created_on: 2006-07-19 19:34:07 +02:00
status: 1
language: en
hashed_password: 4e4aeb7baaf0706bd670263fef42dad15763b608
updated_on: 2006-07-19 19:34:07 +02:00
admin: true
mail: rhill@somenet.foo
lastname: Hill
firstname: Robert
id: 1
mail_notification: true
login: rhill
type: User
john:
id: 2
login: john
hashed_password: "0123456789012345678901234567890123456789" # whatever
firstname: John
lastname: Doe
mail: john@doe.com
mail_notification: false
type: User
jane:
id: 3
login: jane
hashed_password: "0123456789012345678901234567890123456789" # whatever
firstname: Jane
lastname: Doe
mail: jane@doe.com
mail_notification: false
type: User
user_anonymous:
id: 4
created_on: 2006-07-19 19:33:19 +02:00
status: 0
last_login_on:
language: ''
hashed_password: 1
updated_on: 2006-07-19 19:33:19 +02:00
admin: false
mail: ''
lastname: Anonymous
firstname: ''
auth_source_id:
mail_notification: false
login: ''
type: AnonymousUser