0 votes

We are looking to implement an email going to the manager of end user and end user that a password request was performed. We will use this a security measure similar to Apple or Microsoft sending emails after you request the reset. We are looking long term in setting up PIN codes or similar to verify identities but hope this to be a great stop gap measure for security. Please advise if this is possible.

by (3.2k points)
0

Hello,

Would you like for the Password Reset operation to be sent for approval to the end user manager or you wish to just send a notification about the password being reset?

0

we just want to send a notification to end user and manager assigned that it took place.

1 Answer

0 votes
by (272k points)
selected by
Best answer

Hello,

This can be achieved with a Business Rule which will trigger after resetting password of a user. To do so:

  1. Create a new Business Rule.
  2. On step 2 of the Create Business Rule wizard select the User Object type.
  3. Select After Resetting password of a User and click Next.
  4. Click Add Action and select Send e-mail notification.
  5. In the To field enter the following: %mail%; %adm-ManagerEmail%.
  6. Set up other parameters of the email notifications.
  7. Click Add and then double-click All Objects.
  8. Click OK and then Finish.
0

Excellent this will do exactly what we wanted. Is there a way to add our HTML formatting with images and all?

0

Hello,

Yes, you can use the following code snippet to attach images to your emails in HTML format: <IMG src="<image url>">.

To enable HTML format, select it from the drop down-menu in the configuration of Send-email notification action:

For the image to be displayed correctly, the server where it resides should be accessible from the computer where the email will be opened.

0

So i went back to this and i am not seeing it the way it is supposed to format. My code is below as is a screenshot of the email that come s out. Please advise.

<center><img src="https://remote.aspendental.com/IT_Email_Header.jpg" alt="" /></center><!-- [if mso]>
 <center>
 <table><tr><td width="580">
<![endif]-->
<div style="max-width: 580px; margin: 0 auto;">
<p>Dear <strong>%fullname% </strong></p>
<p>This email is in reference to the password reset you requested for user account <strong>%username%</strong> on your Aspen Dental Network ID. This requested change was performed at <strong>%datetime%</strong>.</p>
<p>If you did not request this change, please contact the Technical Service Desk at 1-800-996-6470 option 2 for immediate assisatance.</p>
<p>Thank You ADMI Technical Service Desk</p>
</div>
<!-- [if mso]>
 </td></tr></table>
 </center>
<![endif]--><center><img src="https://remote.aspendental.com/IT_Email_Footer_Aspen_REV.jpg" alt="" /></center>

0

Hello,

Did you enable HTML format as we mentioned in our previous reply?

0

It is set for HTML.

0

Hello,

Clear the Message field and paste your code into the field directly. If you want to use the HTML Editor, do not use code in it. The text you enter into the HTML Editor will be transformed to HTML automatically.

Also, if you want to send an Email notification in HTML format, you need to enable HTML format first and only then paste the code into the Message field.

Related questions

0 votes
1 answer

We don't have access to an SMS gateway, so we wanted to enable email verification for self-service password resets. Unfortunately the interface only appears to allow the ... to make the user enter such a 'rescue' email address during self-service enrollment?

asked Apr 1, 2016 by johnsonua (390 points)
0 votes
0 answers

I am trying to enable the email notification for user password expiration. We use O365 and I have setup the Mail Settings but I get the following error: The SMTP server ... .7.57 SMTP; Client was not authenticated to send anonymous mail What am I missing?

asked Dec 1, 2017 by bbuck (140 points)
0 votes
1 answer

Is there a way to allow users to either answer the self-service reset questions OR get an SMS/Email verification? I can see how to set a policy for either one, but is there any way to enable an end user to choose which to use?

asked Apr 4, 2016 by johnsonua (390 points)
0 votes
1 answer

We are evaluating the product and would like to let users of AD to change password in self service page. We would like to set a 90 days change password policy, ... self service page? Is it achievable (with customization and batch program)? Thanks in advance.

asked Apr 27, 2020 by eric (20 points)
+1 vote
1 answer

Hi, Is there any way to make Password Self Service Policies OR Operation? Let say, user can enroll to both Q&amp;A and OTP App Google Authenication. However, during the password reset, user can choose either to use Q&amp;A or OTP App.

asked Nov 18, 2021 by fachmi (170 points)
3,346 questions
3,047 answers
7,782 comments
544,984 users