0 votes

Our business has tools that require tweaks when a password is changed. We want to reminder our users to make the tweaks when they change their password. Our users generally press CTRL+ALT+DEL to change their password. It appears Adaxes doesn't detect these password changes, so a business rule using "After changing password of a User" doesn't work. Is there another way to have Adaxes detect the password change and email the user the reminder message?

by (190 points)
0

For now what we decided to do is create a scheduled task to run every hour with the following properties:

If the "Password Last Set" property is greater than or equal to '%datetime,-1h%' then send email notification

Not the most perfect solution but it should do the trick.

Please log in or register to answer this question.

Related questions

0 votes
1 answer

Hi, I recall reading in documentation that business rules will be triggered also if changes are made in AD MMC or powershell. Right now the rules are triggered when changes ... so would there be any way to have business rules triggered in these cases? Thanks

asked Dec 7, 2017 by digimortal (240 points)
0 votes
1 answer

Receive "Index operation failed; the array index evaluated to null. Stack trace: at <ScriptBlock>, <No file>: line 104>" and "Index operation failed; the ... $GroupName, $GroupDN." } } #foreach write-output "" Write-Output "" Stop-Transcript

asked Apr 14, 2022 by jbahou (20 points)
0 votes
1 answer

Is it possible to send an email from Adaxes when certain AD objects are modified outside of Adaxes? With Business Rules it looks pretty easy to do that inside of Adaxes ... something changes on the object and the change was not initiated by Adaxes. Thank you.

asked Jul 23, 2021 by mikek (80 points)
0 votes
1 answer

The default is http://[mydomainname]/Adaxes/SelfService is there a way to change this? example; http://[mydomainname]/passwordselfservice or http://[mydomainname]/help

asked Sep 17, 2021 by john_shook (40 points)
+2 votes
1 answer

Most of my PowerShell code is written in VS Code and then copied/pasted to the Adaxes script editor. However, if you use $Context in your scripts, you can't execute them ... = [Context]::new() $Context.LogMessage("foo", "information") Output: [Information] foo

asked Nov 3, 2023 by ngb (220 points)
3,351 questions
3,052 answers
7,791 comments
545,091 users