mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
user list返回脱敏手机号
This commit is contained in:
@@ -4,6 +4,7 @@ json.array! users do |user|
|
||||
json.login user.login
|
||||
json.user_id user.id
|
||||
json.mail user.mail
|
||||
json.phone user.phone.present? ? "#{user.phone[0..2]}****#{user.phone[-4..-1]}" : ""
|
||||
json.custom_department user.custom_department
|
||||
json.image_url url_to_avatar(user)
|
||||
json.profile_completed user.profile_completed
|
||||
|
||||
Reference in New Issue
Block a user