forked from jacknudt/trustieforge
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
This commit is contained in:
commit
7e4343f00f
|
@ -277,18 +277,9 @@ class AccountController < ApplicationController
|
|||
end
|
||||
call_hook(:controller_account_success_authentication_after, {:user => user })
|
||||
#by young
|
||||
code = //
|
||||
#根据home_url生产正则表达式
|
||||
class_eval("code = " + "/" + home_url.gsub(/\//,"\\\/") + "\\\/*(welcome)?\\\/*(\\\/index)?\/")
|
||||
if code.match(params[:back_url])
|
||||
redirect_to user_activities_path(user)
|
||||
else
|
||||
#redirect_back_or_default my_page_path
|
||||
redirect_back_or_default User.current
|
||||
#redirect_to User.current
|
||||
end
|
||||
|
||||
|
||||
# redirect_back_or_default my_page_path
|
||||
redirect_back_or_default User.current
|
||||
# redirect_to User.current
|
||||
end
|
||||
|
||||
def set_autologin_cookie(user)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 522 B |
Before Width: | Height: | Size: 522 B After Width: | Height: | Size: 522 B |
Loading…
Reference in New Issue