Customer Reset Password email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-26-2016 12:39 AM
When Self Service Password Reset plugin is enabled, an email notification called 'Customer Reset Password' is added. Any one happens to know When this notification is sen out? Is it OK to disable it?
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2016 04:57 AM
Hello Alex,
Please check the below documentation from ServiceNow.
Email notification
Email sent to the user notifying the user of the reset and their temporary password.
If you disable it, user will not be notified of the user id and the password.
This is the email body of the notification
Hello ${first_name},
The account you requested for accessing the Service-now system has been processed.
You may now access the application using the following credentials:
${mail_script:customer_password_reset_request_script} //This email script (customer_password_reset_request_script) returns the URL
User ID: ${user_name}
Password: ${event.parm2}
Best Regards,
Customer Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2017 10:01 AM
Hello Prasun,
How this notification run ?
who is fire this event ?
Thanks,
Gai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2024 02:42 PM
Hi I am looking to send an email for newly created contact, but the Customer Reset Password notification does not get triggered, may I know how this would be triggered
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2025 02:38 AM
Did you find anything about how is Customer Reset Password notification triggered?