mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
UX: show user email address on "grant admin access" email and UI
This commit is contained in:
@ -26,6 +26,7 @@ class AdminConfirmation
|
||||
Jobs.enqueue(
|
||||
:admin_confirmation_email,
|
||||
to_address: @performed_by.email,
|
||||
target_email: @target_user.email,
|
||||
target_username: @target_user.username,
|
||||
token: @token
|
||||
)
|
||||
|
Reference in New Issue
Block a user