mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
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:
parent
d298f00046
commit
d984323e23
@ -144,7 +144,8 @@ class UserHistory < ActiveRecord::Base
|
||||
:delete_badge,
|
||||
:post_rejected,
|
||||
:merge_user,
|
||||
:entity_export
|
||||
:entity_export,
|
||||
:change_name
|
||||
]
|
||||
end
|
||||
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user