FEATURE: Show change name of user in staff logs (#6647)

https://meta.discourse.org/t/admins-changing-users-name-not-username-should-be-logged/99511
This commit is contained in:
Saurabh Patel 2018-11-22 07:43:02 +05:30 committed by Guo Xiang Tan
parent d298f00046
commit d984323e23
2 changed files with 3 additions and 1 deletions

View File

@ -144,7 +144,8 @@ class UserHistory < ActiveRecord::Base
:delete_badge,
:post_rejected,
:merge_user,
:entity_export
:entity_export,
:change_name
]
end

View File

@ -3569,6 +3569,7 @@ en:
delete_badge: "delete badge"
merge_user: "merge user"
entity_export: "export entity"
change_name: "change name"
screened_emails:
title: "Screened Emails"
description: "When someone tries to create a new account, the following email addresses will be checked and the registration will be blocked, or some other action performed."