# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
-# The normal user's email is intentionally capitalised that way to
-# check that the login is case insensitive
normal_user:
id: 1
- email: test@OpenStreetMap.org
+ email: test@openstreetmap.org
active: true
pass_crypt: <%= Digest::MD5.hexdigest('test') %>
creation_time: "2007-01-01 00:00:00"
home_lat: 123.4
home_lon: 12.34
home_zoom: 15
+
+second_public_user:
+ id: 4
+ email: public@OpenStreetMap.org
+ active: true
+ pass_crypt: <%= Digest::MD5.hexdigest('test') %>
+ creation_time: "2008-05-01 01:23:45"
+ display_name: pulibc_test2
+ data_public: true
+ description: some test description
+ home_lat: 89
+ home_lon: 87
+ home_zoom: 12
+
+moderator_user:
+ id: 5
+ email: moderator@example.com
+ active: true
+ pass_crypt: <%= Digest::MD5.hexdigest('test') %>
+ creation_time: "2008-05-01 01:23:45"
+ display_name: moderator
+ data_public: true
+
+administrator_user:
+ id: 6
+ email: administrator@example.com
+ active: true
+ pass_crypt: <%= Digest::MD5.hexdigest('test') %>
+ creation_time: "2008-05-01 01:23:45"
+ display_name: administrator
+ data_public: true