mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fix
This commit is contained in:
@@ -205,9 +205,9 @@ class AccountsController < ApplicationController
|
||||
return
|
||||
end
|
||||
|
||||
LimitForbidControl::UserLogin.new(@user).clear
|
||||
successful_authentication(@user)
|
||||
sync_pwd_to_gitea!(@user, {password: params[:password].to_s}) # TODO用户密码未同步
|
||||
LimitForbidControl::UserLogin.new(user).clear
|
||||
|
||||
# session[:user_id] = @user.id
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user