diff --git a/app/views/backend/user/form.volt b/app/views/backend/user/form.volt index 43d0542..ccc8157 100644 --- a/app/views/backend/user/form.volt +++ b/app/views/backend/user/form.volt @@ -56,6 +56,10 @@ {% if (user.getId()) %} {% set actions = [ 'Activate': 'Active', 'Suspend': 'Suspended', 'Delete': 'Deleted' ] %}
+ + Send activation email + + {% for label, status in actions %} {% if (user.status != status) %}