0 votes

Hello, I'm using the reset user password but having issues when sending that generated password via email - image.png

Username info is attached correctly in the email but the password info is blank. Can you please advise. Thanks, Darren

by (20 points)
0

Hello Darren,

Please, describe the workflow you have in all the possible details with screenshots of the business rules taking part. You can post the screenshots here or send to us at support@adaxes.com.

0

Hello, This is the workflow being used -

Rule.png Password created -

Rule 1.png

Unfortunately, when the email is being sent the password field is blank. I’m hoping you can help? Many thanks.

1 Answer

0 votes
by (272k points)

Hello Darren,

As we understand, both actions are executed in the same business rule. In this case, the behavior is expected as all value references resolve before the entire rule execution. As such, you will always have the %unicodePwd% value reference resolve into an empty value. The behavior is by design and cannot be changed. The only option is to move the email delivery to a business rule triggering After resetting password of a user account. For the rule to trigger only for new accounts, you can mark them in your current business rule (e.g. set a custom Boolean attribute to true) and clear the mark after the email is sent. For example:

Business rule triggering After creating a user image.png Business rule triggering After resetting password of a user account image.png

Related questions

0 votes
1 answer

Hello, I'm wondering if there is something like the calculated property "%adm-RandomString%", but that also includes symbols. Is there another command that accomplishes this task, or ... 's characters? Any way I could get this done within the realm of Adaxes?

asked Jul 7, 2022 by NKB#2772 (70 points)
0 votes
1 answer

Hi, I would need to set a random plaintext in the header of the login page of one of the contexts (via custom HTML). This plaintext must be aligned with a ... . This would serve as a pseudo verification code for entering in the console. Thanks, Daniele

asked May 26, 2020 by dmaggiolo (20 points)
0 votes
1 answer

I have taken a look at the below help article for configuring password generation parameters, but I am not sure where to add this as a script in Adaxes admin ... https://www.adaxes.com/help/PasswordGenerationParameters/ Thank you in advance for all the help

asked Jan 11 by Vish539 (310 points)
0 votes
1 answer

hi! We've updated our password policy and although when I view via Adaxes it appears correctly, when selecting 'generate password', it does not meet the complexity. Specifically it does not include any characters. Where can I change/include this? Thanks

asked Feb 23, 2016 by MeliOnTheJob (1.7k points)
0 votes
1 answer

We're running 2014.1. In the change password screen the Generate, Spell Out, View Password Policy buttons are visible. But, when we select "user must change password at ... these buttons are not visible. How can we make these buttons visible on both screens?

asked Feb 12, 2015 by theckel (520 points)
3,351 questions
3,052 answers
7,794 comments
545,115 users