Blob of test/fixtures/users.yml (raw blob data)

1 #
2 #
3 #
4 #
5 mtkd:
6 id: 3
7 login: "mtkd"
8 email: "mtkd@prj2.com"
9 salt: 0f6bac5ebb933fe706440fbc27e76ae1685a493d
10 crypted_password: eddfa2d2c2540a1d2b543258fa65d8d48cec60a7 # test
11 remember_token:
12 remember_token_expires_at:
13 activation_code: "e8ea481a79c93263c63834187addc4814a186549"
14 activated_at: <%= 20.days.ago.to_s :db %>
15 ssh_key_id: 1
16 fullname: "mtkd"
17 url: "http://prj2.com"
18 slug: "mtkd"
19
20 unassigned:
21 id: 2
22 login: "unassigned"
23 email: "unassigned@gitlab.org"
24 salt: 0f6bac5ebb933fe706440fbc27e76ae1685a493d
25 crypted_password: eddfa2d2c2540a1d2b543258fa65d8d48cec60a7 # test
26 remember_token:
27 remember_token_expires_at:
28 activation_code: "e8ea481a79c93263c63834187addc4814a186549"
29 activated_at: <%= 20.days.ago.to_s :db %>
30 ssh_key_id: 1
31 fullname: "Unassigned"
32 url: ""
33 slug: "unassigned"
34
35 anonymous:
36 id: 1
37 login: "anon"
38 email: "null@null.com"
39 salt: 0f6bac5ebb933fe706440fbc27e76ae1685a493d
40 crypted_password: eddfa2d2c2540a1d2b543258fa65d8d48cec60a7 # test
41 remember_token:
42 remember_token_expires_at:
43 activation_code: "e8ea481a79c93263c63834187addc4814a186549"
44 activated_at: <%= 20.days.ago.to_s :db %>
45 ssh_key_id: 1
46 fullname: "Anonymous"
47 url: ""
48 slug: "anonymous"