fixed 密码处理,兼容base64

This commit is contained in:
2025-03-31 20:47:23 +08:00
parent 568248e6c1
commit 076d92a3eb
8 changed files with 16 additions and 16 deletions

View File

@@ -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