0 votes

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

0 votes
by (216k points)

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.
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

0 votes
0 answers

We have followed your instructions to set up the password self service and we got it to work on windows 10 but the link does not show up on windows 11. is there something we can do to get the link to show up?

asked 19 hours ago by rechevarria (20 points)
0 votes
1 answer

We have two on-prem domains; Domain A and Domain B. Domain A is our primary domain and syncs with Azure AD. Domain B contains accounts created for external ... user attempts to authenticate, they are only authenticating against the Domain B on-prem domain?

asked Apr 10 by awooten (60 points)
0 votes
1 answer

Would like to know if we can remove the forget password link on Self-service login page or remove the ability for users to reset their password. We only want users to ... be able to change their password but not reset their password if they have forgotten it.

asked Mar 29, 2023 by Vish539 (310 points)
0 votes
0 answers

Whether I try to run a script or manually run the commands to enroll users, users remain unenrolled. Example of a basic script: Import-Module ... ` -QuestionsAndAnswers @{$question1=$answer1;$question2=$answer2} -AdaxesService localhost Adaxes version 2021

asked Mar 27, 2023 by gwadmin (80 points)
0 votes
1 answer

We have implentend Adaxes in our infrastructure and users who use forget their password link via Adaxes self service portal by going thorugh the registered Q&A are being prompted to ... by a specific business rule, I am unable to check this via the log

asked Mar 14, 2023 by Vish539 (310 points)
3,355 questions
3,054 answers
7,799 comments
545,159 users