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 (560 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 (680 points)
0 votes
1 answer

I have a number of custom Powershell commands that run during user onboarding, and while the Powershell script runs successfully, the Adaxes execution log for the command will ... Adaxes when this happens so the command doesn't show that it ran successfully?

asked 6 days ago by cwyant-hfg (40 points)
0 votes
1 answer

I'd like to log specific details from my scripts but would like to integrate it with Adaxes if possible.

asked Jun 5 by ZoomGhost (280 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)
3,588 questions
3,277 answers
8,303 comments
548,097 users