Merged r10412 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.1-stable@10525 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
daea57a37c
commit
55220950d2
|
@ -238,7 +238,7 @@ class AccountController < ApplicationController
|
||||||
def onthefly_creation_failed(user, auth_source_options = { })
|
def onthefly_creation_failed(user, auth_source_options = { })
|
||||||
@user = user
|
@user = user
|
||||||
session[:auth_source_registration] = auth_source_options unless auth_source_options.empty?
|
session[:auth_source_registration] = auth_source_options unless auth_source_options.empty?
|
||||||
render register_path
|
render :action => 'register'
|
||||||
end
|
end
|
||||||
|
|
||||||
def invalid_credentials
|
def invalid_credentials
|
||||||
|
|
Loading…
Reference in New Issue