0 votes

Hello,

How can I hide execution log in web ui? I have created task which is sending generated password by sms/text to user, and I wish to hide this password from Helpdesk operators.

Best regards!
Michal

by (40 points)

1 Answer

0 votes
by (18.0k points)

Update 2018

Starting with Adaxes 2018.1, you can configure the settings for displaying the execution log in Adaxes Web interface (e.g. totally hide it). For details, have a look at the following help article: https://www.adaxes.com/help/ExecutionLogDisplaySettings.

Original

Hello,

I suggest you send the password via a script.

  1. Add Run a program or PowerShell script action to your Business Rule.

  2. Paste the following PowerShell script to the Script edit box:

     $smsText = "Your password is %unicodePwd%"
     $Context.SendSms("%mobile%", $smsText)
    

Related questions

0 votes
0 answers

By default, in hybrid environments, when an on-premises AD object is created in Adaxes within the scope of a Microsoft 365 tenant, Adaxes will create the corresponding ... the Display the temporary password in the Execution Log checkbox. Click OK twice.

asked Nov 16, 2022 by Adaxes (550 points)
+1 vote
1 answer

Hi Adaxes Team I have created a business rule which sends a mail to our helpdesk staff after a user sets a new pw with the self password reset function. The user should ... . If this is not possible yet, please forward it as a suggestion :) regards pudong

asked Feb 4, 2022 by pudong (670 points)
0 votes
1 answer

Hi we have bunch of custom commands that HR uses, to create new user employee or offboard someone. They can see the execution log on the web interface, but we would like to recive a copy of the log in an email to IT to make sure there arent errors etc.

asked Jun 30, 2021 by TJ_Umredkar (140 points)
0 votes
1 answer

Hi, We have a termination custom command that performs many steps when a user is terminated. Our HR department runs this command when the employee leaves the company. They ... ensure the account has been deleted and all steps have been performed. Thank you.

asked Aug 17, 2016 by estermer (70 points)
0 votes
1 answer

Hello, Is there a way to set "Don't show the execution log when an operation suceeded" activated by default ? Even better, is there a way to disable this choice ? We're using it for troubleshooting, we don't want user to saw that. Thanks.

asked Apr 25, 2016 by Alexandre (460 points)
3,348 questions
3,049 answers
7,791 comments
545,061 users