]> 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 ac0029a62eee370c946f262c3db60c0037c3ef33..1849fd4d99aae8ddeb603e51f1d58786aa1e4be1 100644 (file)
@@ -51,3 +51,20 @@ second_public_user:
   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