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

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
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)
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)
0 votes
1 answer

Hi Team, We would like to use security based questions and answers for password resets. I have found that we can force a user to answer certain questions when enrolling, but if ... . Is there a way to ensure that a question must be answered each time? Thanks,

asked May 19, 2020 by antondubek (440 points)
0 votes
1 answer

Is there a way to export the list of users enrolled in Password Self-Service? When I click on "Statistics" and select only "Enrolled", I see the list ... Attributes such as "adm-PasswordSelfServiceEnrollmentInfo" (I am guessing that is the correct attribute)

asked Jun 6, 2016 by Kikaida (1.1k points)
3,346 questions
3,047 answers
7,779 comments
544,979 users