]> git.openstreetmap.org Git - rails.git/commit
Fix two issues with the remember_me_openid button
authorThijs Alkemade <thijsalkemade@gmail.com>
Sun, 1 Feb 2015 10:33:01 +0000 (10:33 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 1 Feb 2015 10:33:45 +0000 (10:33 +0000)
commit17f926fefb1329aaa41a64634d17d1dffd3ddba5
tree1105f1941f68eed2615391fa859e1a9e17a996d1
parentd423ae91370b08dcad6ccba041c2e234659531ec
Fix two issues with the remember_me_openid button

1. It didn't work, the code only checked the remember_me button, not
   the remember_me_openid button.

2. It did not have a unique id, making the label next to it not work
   for selecting the checkbox.
app/controllers/user_controller.rb
app/views/user/login.html.erb