mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 01:35:56 +08:00
fixed 密码处理,兼容base64
This commit is contained in:
@@ -140,7 +140,7 @@ class Organizations::OrganizationsController < Organizations::BaseController
|
||||
end
|
||||
|
||||
def password
|
||||
decrypt(params[:password]) rescue ""
|
||||
decrypt(params[:password]) rescue params[:password].to_s
|
||||
end
|
||||
|
||||
def load_organization
|
||||
|
||||
Reference in New Issue
Block a user