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

by (18.0k points)
0 votes

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

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 (620 points)
0 votes
0 answers

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)
+1 vote
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 Dec 16, 2024 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, 2024 by ZoomGhost (280 points)
0 votes
1 answer

Dear team, we are using Syslog to store our logging also in an external system. Is it somehow possible to see also this execution log, using Syslog?

asked Oct 27 by wintec01 (2.4k points)
0 votes
1 answer