When a user account is created / edited / deleted, the mails should also allow to log, who executed that action.
Typically the token for that is called "[current-user]".
This allows to for example include the information, who deleted an account in the notification emails, which could be very helpful. But even for "created" it's helpful to know, if the user himself created the account or an administrator did that.
[current-user]
as token[current-user:name]
and [current-user:url]
as information to the default email texts after the information about the action. For example: "This was executed by [current-user:name] ([current-user:url])
Closed: works as designed
2.0
Code