X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f1a0331081794ce17fd93fd2f06d89e6d6df8cba..77a34278ca697ac47ce451959d7f8c2774d5188a:/test/fixtures/users.yml diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 873940761..46f8885d9 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -1,9 +1,7 @@ # 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"