1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
4 email: test@openstreetmap.org
6 pass_crypt: <%= Digest::MD5.hexdigest('test') %>
7 creation_time: "2007-01-01 00:00:00"
17 email: test@example.com
19 pass_crypt: <%= Digest::MD5.hexdigest('test') %>
20 creation_time: "2008-05-01 01:23:45"
23 description: some test description
30 email: inactive@openstreetmap.org
32 pass_crypt: <%= Digest::MD5::hexdigest('test2') %>
33 creation_time: "2008-07-01 02:23:45"
34 display_name: Inactive User
36 description: description
43 email: public@OpenStreetMap.org
45 pass_crypt: <%= Digest::MD5.hexdigest('test') %>
46 creation_time: "2008-05-01 01:23:45"
47 display_name: pulibc_test2
49 description: some test description
56 email: moderator@example.com
58 pass_crypt: <%= Digest::MD5.hexdigest('test') %>
59 creation_time: "2008-05-01 01:23:45"
60 display_name: moderator
65 email: administrator@example.com
67 pass_crypt: <%= Digest::MD5.hexdigest('test') %>
68 creation_time: "2008-05-01 01:23:45"
69 display_name: administrator
74 email: openid-user@example.com
76 pass_crypt: <%= Digest::MD5.hexdigest('test') %>
77 creation_time: "2008-05-01 01:23:45"
78 display_name: openIDuser
80 openid_url: http://localhost:1123/john.doe?openid.success=true