aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/users.yml
blob: 2485c95a02fbd62ed98fc255dd6763371dd05e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
bob_smith_user: 
  id: "1"
  name: Bob Smith
  url_name: bob_smith
  email: bob@localhost
  salt: "-6116981980.392287733335677"
  hashed_password: 6b7cd45a5f35fd83febc0452a799530398bfb6e8 # jonespassword
  updated_at: 2007-10-31 10:39:15.491593
  created_at: 2007-10-31 10:39:15.491593
  email_confirmed: true
  admin_level: 'none'
  ban_text: ''
  about_me: 'I like making requests about fancy dogs and naughty chickens and stuff.'
silly_name_user: 
  id: "2"
  name: "Silly <em>Name</em>"
  url_name: silly_emnameem
  email: silly@localhost
  salt: "-6116981980.392287733335677"
  hashed_password: 6b7cd45a5f35fd83febc0452a799530398bfb6e8 # jonespassword
  updated_at: 2007-11-01 10:39:15.491593
  created_at: 2007-11-01 10:39:15.491593
  email_confirmed: false
  admin_level: 'none'
  ban_text: ''
  about_me: ''
admin_user: 
  id: "3"
  name: Joe Admin
  url_name: joe_admin
  email: joe@localhost
  salt: "-6116981980.392287733335677"
  hashed_password: 6b7cd45a5f35fd83febc0452a799530398bfb6e8 # jonespassword
  updated_at: 2007-11-01 10:39:15.491593
  created_at: 2007-11-01 10:39:15.491593
  email_confirmed: false
  admin_level: 'super'
  ban_text: ''
  about_me: ''