Update 2018
Starting with Adaxes 2018.1 there is a number of built-in options for the change/reset password operations. For details, have a look at the following tutorial: https://www.adaxes.com/tutorials_WebInterfaceCustomization_ConfigurePasswordReset.htm.
Original
Hello Ryan,
Yes, that's possible by editing the Web interface Source files as follows:
-
Open the folder that contains the Web Interface site that you want to configure. By default, Adaxes Web Interface sites are installed to the following folders:
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\
-
Navigate to Home\UserControls and open the ChangePasswordHomeActionControl.ascx file in any text editor.
-
Find the following line in the file:
<adaxes:Panel ID="CPwdCtrlPanel" CssClass="form changePwdForm prepend-2 append-2" runat="server">
-
Insert your HTML-formatted text after the line, for example:
<div>
My custom text <b>that supports</b> <i>HTML</i> <u>formatting</u>.
</div>
-
Save the file.
Please remember that these changes will not be backed up by Web Interface backup / restore. Thus, you will need to perform the changes each time you upgrade or reinstall Adaxes.