aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/users.yml
blob: d6391c5e8b77945828d6598407114ee807d5b362 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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: ''
  locale: 'en'
  about_me: 'I like making requests about fancy dogs and naughty chickens and stuff.'
  receive_email_alerts: true
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: true
  admin_level: 'none'
  ban_text: ''
  locale: 'en'
  about_me: ''
  receive_email_alerts: true
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: ''
  locale: ''
  about_me: ''
  receive_email_alerts: true
unconfirmed_user: 
  id: "4"
  name: "Unconfirmed"
  url_name: unconfirmed
  email: unconfirmed@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: ''
  receive_email_alerts: true
robin_user:
  id: 5
  name: Robin Houston
  url_name: robin_houston
  email: robin@localhost
  salt: "-6116981980.392287733335677"
  hashed_password: 6b7cd45a5f35fd83febc0452a799530398bfb6e8 # jonespassword
  updated_at: 2012-01-01 10:39:15.491593
  created_at: 2012-01-01 10:39:15.491593
  email_confirmed: true
  admin_level: 'none'
  ban_text: ''
  about_me: 'I am the best'
  receive_email_alerts: true