0 votes

Hello,

I have few question:

  1. How can we send OTP for self service password reset using Whatsapp?
  2. when we assign Helpdesk to reset password, intead of they set temporary password manually, can we auto generate the temporary password and then send it to user's Whatsapp/SMS?
  3. when we assign Helpdesk to reset password, intead of they set temporary password, can we auto generate the temporary password from user's attribute such as date of birth?
by (170 points)

1 Answer

0 votes
by (272k points)

Hello,

How can we send OTP for self service password reset using Whatsapp?

Unfortunately, there is no such possibility. The code can only be generated by a mobile application (e.g. Google Authenticator). As an option, you can send verification codes via email/SMS instead.

when we assign Helpdesk to reset password, intead of they set temporary password manually, can we auto generate the temporary password and then send it to user's Whatsapp/SMS?

It is possible using a custom command and a PowerShell script. The script will set a generated password for the user, enable the Must change password at next logon option and deliver the password to the user via SMS.

when we assign Helpdesk to reset password, intead of they set temporary password, can we auto generate the temporary password from user's attribute such as date of birth?

Yes, it is possible. The passwords will need to be reset using a custom command with the Reset user password action. To use user property values to generate the new password, specify corresponding value references in the template.

0

Unfortunately, there is no such possibility. The code can only be generated by a mobile application (e.g. Google Authenticator). As an option, you can send verification codes via email/SMS instead.

Can we send the verification code through other method? or perhaps run custom script to send verification code?

It is possible using a custom command and a PowerShell script. The script will set a generated password for the user, enable the Must change password at next logon option and deliver the password to the user via SMS.

How to configure web GUI to just allow HelpDesk to choose "reset password without ability to type it manually the temporary password?

Do you have the script to auto generate password or assign password from user's attribute?

0

Hello,

Can we send the verification code through other method? or perhaps run custom script to send verification code?

Verification codes for self-password reset can only be sent via SMS or email. There are no other way and it cannot be scripted.

How to configure web GUI to just allow HelpDesk to choose "reset password without ability to type it manually the temporary password?

What exactly do you mean? Could you, please, provide a live example of the desired workflow?

Do you have the script to auto generate password or assign password from user's attribute?

Here is an example on how to set a random password of 12 characters for a user:

$Context.TargetObject.SetPassword("%adm-RandomString,12%")

In the same way you can set user password to a value based on their properties. For example, this script sets the password to the value of the user department:

$Context.TargetObject.SetPassword("%department %")

In both cases, the scripts use value references. For more details about the feature, have a look at the following help article: https://www.adaxes.com/help/ValueReferences.

For your information, such password generations can be performed without using scripts. You can use the built-in Reset user password action in your custom command. It allows using a template based on value references and generating random complex passwords based on predefined criteria. image.png image.png

Related questions

0 votes
1 answer

We use TOPdesk as our ITSM solution. Several departments are able to create new users. When a create user task fails we would like to receive the alert as the Adaxes ... Adaxes to sent out the incident to our TOPdesk. Is there a solution for this?

asked Oct 5, 2023 by mrkvd16 (20 points)
0 votes
1 answer

Hi, I copied report "recently created users" and added a parameter to check for specific value in extensionAttribute3. If this attributes starts with e.g. value "startdate" , only those users ... $null, * , %%, ? , ...) Any idea how to build the report?

asked Jul 7, 2023 by wintec01 (1.1k points)
0 votes
1 answer

Is it possible to grant selected user option to add custom license plan (or just subset of its licenses) to given user(s) using web interface?

asked Feb 28, 2023 by KIT (910 points)
0 votes
1 answer

I came across Adaxes, and thought it looked interesting, but as an IT provider, providing system administration for multiple small companies, the pricing would never be ... some administrative accounts/helpdesk access to only a selection of the companies, etc?

asked Feb 3, 2023 by he (20 points)
0 votes
1 answer

We need your help, as we are trying to activate the license but we are not able to see that option. Please find the below screenshot for your reference.

asked Aug 24, 2022 by msharma2 (20 points)
3,346 questions
3,047 answers
7,782 comments
544,982 users