Merge remote-tracking branch 'origin/standalone_develop' into standalone_develop
This commit is contained in:
commit
f347810c3e
|
@ -205,9 +205,10 @@ class AccountsController < ApplicationController
|
|||
return
|
||||
end
|
||||
|
||||
LimitForbidControl::UserLogin.new(@user).clear
|
||||
successful_authentication(@user)
|
||||
sync_pwd_to_gitea!(@user, {password: params[:password].to_s}) # TODO用户密码未同步
|
||||
|
||||
|
||||
# session[:user_id] = @user.id
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue