0 votes

We have configured Self Service so users can reset or change their passwords.
But we disallow access to the account unlock feature through the Password Self-Service Policy settings.
How can I change the SelfPasswordReset page to eleminate the words "or unlock a locked out user account" ?

by (520 points)

1 Answer

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

Update 2018

Starting with version 2018.1 UI texts can be updated in the Web interface configurator. For details, have a look at the following help article: https://www.adaxes.com/help/ChangeUITexts.

Original

Hello,

You can do this by modifying 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. Open subfolder App_GlobalResources.

  3. Locate file PasswordSelfServiceStrings.resx and open it in any text editor.

  4. Find the data XML element that has the name attribute set to SelfPasswordResetWizardDescription

     <data name="SelfPasswordResetWizardDescription" xml:space="preserve">
       <value>This wizard allows you to reset a forgotten password or unlock a locked out user account.<br>
     Please enter your user name and click Next.</value>
     </data>
    
  5. Change the text in the value element to whatever you need, for example:

     <data name="SelfPasswordResetWizardDescription" xml:space="preserve">
       <value>With the help of this wizard you can reset your password.<br>
     Please enter your user name and click Next.</value>
     </data>
    
  6. 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.

Related questions

0 votes
1 answer

When allowing Account Unlocking from the Self Password Reset service, is there a way to limit the amount of times that someone can unlock their account before they are ... would be greyed out, or removed altogether). Is something like this possible? Thanks!

asked Jun 18, 2014 by PunkinDonuts (360 points)
0 votes
1 answer

We are looking to combine the password unlock/reset options to one screen and would like all information dispalyed only. ie. lastpassword set time, if account expires and so on. Thanks in advance for the help

asked Nov 9, 2016 by willy-wally (3.2k 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

We have two on-prem domains; Domain A and Domain B. Domain A is our primary domain and syncs with Azure AD. Domain B contains accounts created for external ... user attempts to authenticate, they are only authenticating against the Domain B on-prem domain?

asked Apr 10 by awooten (60 points)
+1 vote
1 answer

Hi, Is there any way to make Password Self Service Policies OR Operation? Let say, user can enroll to both Q&amp;A and OTP App Google Authenication. However, during the password reset, user can choose either to use Q&amp;A or OTP App.

asked Nov 18, 2021 by fachmi (170 points)
3,346 questions
3,047 answers
7,782 comments
544,987 users