Browse Source

Fixed #onthefly_creation_failed broken by r9940 (#11850).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10412 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.2.0
Jean-Philippe Lang 11 years ago
parent
commit
187d5db6b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/controllers/account_controller.rb

+ 1
- 1
app/controllers/account_controller.rb View File

@@ -238,7 +238,7 @@ class AccountController < ApplicationController
def onthefly_creation_failed(user, auth_source_options = { })
@user = user
session[:auth_source_registration] = auth_source_options unless auth_source_options.empty?
render register_path
render :action => 'register'
end

def invalid_credentials

Loading…
Cancel
Save