Hi,
In a previous installation of Adaxes, we were able to reset users passwords, and send it automatically by SMS to the user. When we try to do the same in Adaxes 2018.1, the user just get a message like "Your new password is . Your username is johndoe" How can we ensure that the %unicodepwd% variable (or a similar variable) contains the actual password created for the user?
We use a custom command to reset the password and create a variable to be able to send SMS. The command looks like this:
Reset password for the User
Modify the User: set CustomAttributeText1 to 'SMS'
Modify the User: set Password Never Expires to 'false', set Must Change Password at Logon to 'True', set User Cannot Change Password to 'No'
Send SMS (Your new password is %unicodePwd%. Your username is %username%)
What is wrong, and how do we fix it?
PS: This is just a problem when we reset a users password. A similar SMS works just fine when we create the user.