]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/users.yml
Hack a way to make the email and display name case insensitive for logging in, based...
[rails.git] / test / fixtures / users.yml
index b639d22655489e212325750e60b3f8c6dd9686cf..87394076139ee018c6d80e1f9892e5e8568b02e3 100644 (file)
@@ -1,7 +1,9 @@
 # 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"
@@ -12,7 +14,7 @@ normal_user:
   home_lon: 12.1
   home_zoom: 3
   
-second_user:
+public_user:
   id: 2
   email: test@example.com
   active: true
@@ -30,6 +32,7 @@ inactive_user:
   email: inactive@openstreetmap.org
   active: false
   pass_crypt: <%= Digest::MD5::hexdigest('test2') %>
+  creation_time: "2008-07-01 02:23:45"
   display_name: Inactive User
   data_public: true
   description: description