]> git.openstreetmap.org Git - rails.git/commit
Added referer URL in user_token so that redirections (e.g: from oauth token requests...
authorMatt Amos <zerebubuth@gmail.com>
Tue, 25 Aug 2009 15:00:32 +0000 (15:00 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Tue, 25 Aug 2009 15:00:32 +0000 (15:00 +0000)
commitb34b89845122aff079af055f5adfc909c1e6ac9e
treea303c89becb26866176f81038ab2cea9b96acd4e
parentb108476b9e875376c89ba4d021395d9493d87bee
Added referer URL in user_token so that redirections (e.g: from oauth token requests) are followed after the user has confirmed the sign-up. Added test for the same.
app/controllers/user_controller.rb
app/views/user/login.html.erb
app/views/user/new.html.erb
db/migrate/043_add_referer_to_user_token.rb [new file with mode: 0644]
test/integration/user_creation_test.rb