Hi,

is there a way to manually unblock a user from Password Self-Service in case he entered his/her answers incorrectly and can't wait the predefined time until he gets automatically unblocked?

Regards
Ingemar

by (960 points)

1 Answer

by (216k points)
0 votes

Hello Ingemar,

Yes, take a look at the following help article for instructions: http://www.adaxes.com/help/?HowDoI.Mana ... kUser.html.

by (960 points)
0

Thanks for the update, must have missed that.

One more question on this, if I want to create a custom Security Role to allow a selected group of people to enter the Adaxes Service Administration and unblock users. Which rights do I need to assign?

Best regards
Ingemar

by (216k points)
0

Ingemar,

The following article contains instructions on how to delegate the necessary permissions: http://www.adaxes.com/help/?HowDoI.Mana ... Users.html.

Alternatively, to avoid granting your users access to the Administration Console just for the purpose of unblocking users, you can create a Custom Command for this purpose. Custom Commands can be executed in the Web interface.

To create a Custom Command that can be executed on user account to unblock the user:

  1. Create a new Custom Command.

  2. On the 2nd step of the Create Custom Command wizard, select the User object type.

  3. On the 3rd step, add the Run a program or PowerShell script action and paste the following script in the Script field.

     try
     {
         $Context.TargetObject.UnblockUser()
     }
     catch
     {
         $Context.LogMessage($_.Exception.Message, "Error")
     }
    

Related questions

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

Hi there, we are already successfully using the password self service via webinterface for our ad domain users. In addition to this are we in the testing phase of the password ... has the same problem and maybe can report how they solved it. Thanks in advance.

asked Oct 27, 2021 by khess (20 points)
0 votes
1 answer

We have a few password self-service policies mostly using the Microsoft Authenticator app but certain users need to use Questions instead. We have a single user that, in the admin ... mode to make sure it is not a cache issue. Your help is greatly appreciated!

asked Dec 7, 2020 by mark.it.admin (2.3k points)
0 votes
2 answers

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 Oct 8, 2025 by stevemkoenig (40 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