Is it possible to set up an email alert to notify the administrator when a user account is blocked in self service? We need to receive an alert when a user fails to answer the challenge questions correctly.

by (20 points)

1 Answer

by (216k points)
0 votes

Hello,

At the moment, it is not possible to send a notification right after a user is blocked, because you cannot create a rule that would be triggered after blocking a user.

As a workaround, we suggest creating a Scheduled Task that will email a report on all users blocked from Password Self-Service. To create such a task, you will need to use a PowerShell script.

To create such a task:

  1. Create new Scheduled Task.
  2. On the Object Type page, select the Show all object types checkbox.
  3. Select Domain-DNS. Click Next.
  4. Click Add Action.
  5. Select Run a program or PowerShell script.
  6. In the Script field, enter the 1st script from the following article in our Script Repository: http://www.adaxes.com/script-repository ... e-s207.htm.
  7. Modify script parameters as needed.
  8. Enter Short description. Click OK.
  9. Finish creating the Scheduled Task.
by (1.1k points)
0

We have the same requirement. Is it possible to at least log an event?

The script worked, but is there a way for it to only send the report if there are locked users?

Related questions

I am trying to remove the administrator drop down on the reset home page and only leave self-service is this possible?

asked Jun 14, 2024 by Jeff.Briand (80 points)
0 votes
1 answer

We recently upgraded to 2025.1 and noticed (see screenshot) that there is no confirm password box for self-service password reset now. I cannot find in web config or ... password, and since there is no Confirm Box; they are setting an incorrect new password.

asked 5 days ago by stevemkoenig (20 points)
0 votes
1 answer

The mail attribute pulls from their Active Directory email attribute which for most of our users is their internal email address. They would not be able to ... ourselves and the users could just provide their external email address during portal enrollment.

asked Sep 22 by jturgeon (20 points)
0 votes
1 answer

I see the script for generating a report of users enrolled, but what I'd like to do is run a script that can populate a user attribute with Yes/No or True/False if they are or are not enrolled. Is there an existing script that accomplishes this? Thanks

asked Nov 19, 2024 by msheppard (880 points)
0 votes
1 answer

We need to know specifically for self service password management what level of access in AD do I specifically need.

asked May 9, 2024 by justinspring (20 points)
0 votes
1 answer