X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c8ee1351049ef1bb4d7b50d071b2a96154266d1d..f1a0331081794ce17fd93fd2f06d89e6d6df8cba:/test/fixtures/users.yml diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 709139d68..873940761 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -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