0 votes

Is there a way I can add some informational text to this self-service change password screen? If it's not built in I'm fine with editing a config file.

Thanks
Ryan

by (920 points)

1 Answer

0 votes
by (216k points)
selected by
Best answer

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:

  1. 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\

  2. Navigate to Home\UserControls and open the ChangePasswordHomeActionControl.ascx file in any text editor.

  3. Find the following line in the file:

     <adaxes:Panel ID="CPwdCtrlPanel" CssClass="form changePwdForm prepend-2 append-2" runat="server">
  4. 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>
    
  5. 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.

0

Perfect! Thank You!

Related questions

0 votes
1 answer

Hi, We are having an occasional issue where, whenever we modify a web portal - add new home page action etc (this seems to be the initiating factor, but I'm not 100%)- ... we remember/notice it has changed back, but am wondering if this is a known bug? Rgds

asked Apr 8, 2013 by firegoblin (1.6k points)
0 votes
1 answer

Hi, When I make a change to a specific interface type via the "Adaxes Web Interface Customization" application, those changes are not getting updated on the ... these changes should apply automatically without an IIS reset. Am I missing something?

asked May 1, 2013 by avfasi (80 points)
0 votes
0 answers

Is there a way to combine the two functions for Unlock, and Password Reset? Most of the time, users lock themselves out because they don't remember the password, so the HelpDesk ... for the user, then changing the password. Is there any other way to do this?

asked Oct 24, 2016 by rurbaniak (1.4k points)
0 votes
1 answer

Hello! We are using the current version of Adaxes and are in the process of making the password self-service available to our users. We have installed the self-service client ... are doing wrong? Thanks Erik [EDIT]: Corrected image links. Sorry about that...

asked Jun 6, 2014 by eventit (160 points)
0 votes
1 answer

Due to company requirements, I need to customize the Reset Password screen presented in the Self Service and Help Desk sites, but I haven't found how to do the specific changes I ... Web Customization or do I have to go into the actual text files to do this?

asked Jan 29, 2013 by danftasc (440 points)
3,348 questions
3,049 answers
7,791 comments
545,061 users