0 votes

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

0 votes
by (216k points)

Hello Ingemar,

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

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

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

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 3 days ago by msheppard (470 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 by justinspring (20 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 (460 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 (460 points)
0 votes
1 answer

I know I can set the "User must change password at next logon" flag, but noticed when I do that, they can no longer log in to Self-Service.

asked Oct 1, 2020 by RickWaukCo (320 points)
3,548 questions
3,238 answers
8,232 comments
547,810 users