Update 2018
Starting with Adaxes 2018.1 the texts can be updated in the Web interface configurator. Also, you can have different texts for different languages. For configuration details, have a look at the following help article: https://www.adaxes.com/help/ChangeUITexts.
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 Common\MasterPages\App_LocalResources and open the Skeleton.master.resx file in any text editor (Skeleton.master.de.resx for the German version, Skeleton.master.fr.resx for the French version).
-
Find the following lines in the file:
<data name="EnrollDlgContentText" xml:space="preserve">
<value><p>Please enroll into the Password Self-Service.</p>
<p>This will enable you to reset your password if you forget it without any assistance from the outside.</p>
<p>Enrollment is a simple process and only takes a few minutes.</p></value>
</data>
-
Change the text enclosed in the value tag to anything you want.
-
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.