Yes, it is possible to do this. However this option is not available in the Web Interface Customization tool, and you'll need to modify the Web.Config file manually.
Make sure the Web Interface Customization tool is NOT running.
Using a text editor open the Web.Config file of the Web Interface that you want to configure. By default this file is located in the following folder:
Administrators: C:\Program Files\Softerra\Adaxes 3\Web Interface\Admin\*
Help Desk: C:\Program Files\Softerra\Adaxes 3\Web Interface\HelpDesk\
Self-Service: C:\Program Files\Softerra\Adaxes 3\Web Interface\SelfService\*
Set the useMyPropertiesPageAsDefault attribute of the web.ui XML element to true.
<configuration>
...
<softerra.adaxes>
<web.ui doNotShowExecutionLogForSucceededOperation="true" useMyPropertiesPageAsDefault="true">