From 6e24f320e12d86a2bdfc5524e8276b821db9c0a0 Mon Sep 17 00:00:00 2001 From: Ryushi Osaka Date: Sun, 25 May 2014 11:20:18 +0700 Subject: [PATCH] Update redmine_oauth_controller.rb for Redmine 2.5.x --- app/controllers/redmine_oauth_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/redmine_oauth_controller.rb b/app/controllers/redmine_oauth_controller.rb index 93f928a..cc8446c 100644 --- a/app/controllers/redmine_oauth_controller.rb +++ b/app/controllers/redmine_oauth_controller.rb @@ -71,7 +71,7 @@ def try_to_login info if user.active? successful_authentication(user) else - account_pending + account_pending(user) end end end