mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-12 07:32:37 +01:00
Tidied some of the CSS for the user and login pages. Tidied the flash display so that it dynamically shows either the notice, warning or message flash as appropriate. Note that the login tests are broken for now. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@190 a4c988fc-2ded-0310-b66e-134b36920a42
16 lines
845 B
YAML
16 lines
845 B
YAML
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
|
admin_user:
|
|
id: 1
|
|
login: admin
|
|
password: <%= Digest::SHA1.hexdigest("test-salt--abracadabra--") %>
|
|
word: <%= Digest::SHA1.hexdigest("adminSun Feb 19 14:42:45 GMT 20060.408173979260027") %>
|
|
is_admin: 1
|
|
preferences: "---\nstaleness_starts: \"7\"\ndate_format: \"%d/%m/%Y\"\nno_completed: \"5\"\nadmin_email: butshesagirl@rousette.org.uk\nweek_starts: \"1\"\ndue_style: \"0\""
|
|
|
|
other_user:
|
|
id: 2
|
|
login: jane
|
|
password: <%= Digest::SHA1.hexdigest("test-salt--sesame--") %>
|
|
word: <%= Digest::SHA1.hexdigest("other_userSun Feb 19 14:42:45 GMT 20060.408173979260027") %>
|
|
is_admin: 0
|
|
preferences: "---\nstaleness_starts: \"7\"\ndate_format: \"%d/%m/%Y\"\nno_completed: \"5\"\nadmin_email: butshesagirl@rousette.org.uk\nweek_starts: \"1\"\ndue_style: \"0\""
|