]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/users.yml
back out the registration of the gpx mime type, as it didn't seem work
[rails.git] / test / fixtures / users.yml
index 709139d68e72aca707f94d21aa04eb74debf88db..1849fd4d99aae8ddeb603e51f1d58786aa1e4be1 100644 (file)
@@ -12,7 +12,7 @@ normal_user:
   home_lon: 12.1
   home_zoom: 3
   
-second_user:
+public_user:
   id: 2
   email: test@example.com
   active: true
@@ -37,3 +37,34 @@ inactive_user:
   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