]> source.dussan.org Git - redmine.git/commit
Fixed a bug in the OpenID login when a user signed up with OpenID but hasn't
authorEric Davis <edavis@littlestreamsoftware.com>
Fri, 20 Feb 2009 00:16:45 +0000 (00:16 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Fri, 20 Feb 2009 00:16:45 +0000 (00:16 +0000)
commitaed1787d510f8744a87555292b969fb2c89499b5
treea252d09a1f3654e0d30cd7b986cde02ad35cde12
parent9525e5f147a85c4be42a875685625c69bd8ed094
Fixed a bug in the OpenID login when a user signed up with OpenID but hasn't
been activated yet.

When logging in the user would come back to the login page with the back_url
of My Page.  This was caused by open_id_authenticate sending the user to My Page
and My Page redirecting the user back to the login page because they haven't
been activated.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2482 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/account_controller.rb
test/functional/account_controller_test.rb