ntue site sso fix

This commit is contained in:
Spen 2013-06-18 21:47:44 +08:00 committed by Matthew K. Fu JuYuan
parent c2c25f6187
commit 9f7193bf59
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class SessionsController < Devise::SessionsController
redirect_to after_sign_in_path_for(resource)
else
flash[:error] = "很抱歉,您無此權限或帳號登入本站,請洽本站管理員<br />Sorry, you don't have the account or authority to login. Please contact the website administrator."
edirect_to :root
redirect_to :root
end
end