added admin user to fixtures

git-svn-id: https://dev.finn.de/svn/cockpit/trunk@184 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
rkh 15 years ago
parent f890ed2e0f
commit 1a36280dc5
  1. 20
      spec/fixtures/users.yml

@ -1,5 +1,21 @@
john:
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
@ -9,7 +25,7 @@ john:
type: User
jane:
id: 2
id: 3
login: jane
hashed_password: "0123456789012345678901234567890123456789" # whatever
firstname: Jane

Loading…
Cancel
Save