diff --git a/core/modules/user/config/user.mail.yml b/core/modules/user/config/user.mail.yml index edd78b9..2974173 100644 --- a/core/modules/user/config/user.mail.yml +++ b/core/modules/user/config/user.mail.yml @@ -13,6 +13,9 @@ register_no_approval_required: register_pending_approval: body: "[user:name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another e-mail containing information about how to log in, set your password, and other details.\n\n\n-- [site:name] team" subject: 'Account details for [user:name] at [site:name] (pending admin approval)' +register_pending_approval_admin: + body: "[user:name] has applied for an account. [user:edit-url]" + subject: 'Account details for [user:name] at [site:name] (pending admin approval)' status_activated: body: "[user:name],\n\nYour account at [site:name] has been activated.\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team" subject: 'Account details for [user:name] at [site:name] (approved)'