0 votes

Is there a way I can change the wording on this pop up? I'd like it to say "...without any assistance from the technology department"

Thanks
Ryan

by (920 points)

1 Answer

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

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:

  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 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).

  3. 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>
    
  4. Change the text enclosed in the value tag to anything you want.

  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

Wonderful! Thank you!

Related questions

0 votes
1 answer

We don't think our users read the logs they get after taking actions in the web interface. We'd like to alert a pop up after an action has been taken by a user ... the users with a bunch of emails after every possible action they can take. Any ideas? Thanks!

asked Jun 1, 2020 by spencerp (120 points)
0 votes
1 answer

Hi, I already have a home page action to add a user to a security group but the security group owners want some info on the user requesting access to the group because ... get some sort of "more info" box asking for details before any approval steps? Thanks.

asked Feb 4, 2016 by bistromath (840 points)
0 votes
1 answer

Hello I tried to create a "business rule" to automatically email a designated email-adress. Thats not a problem. But i want to be able to get the "enrolled"- ... sincerely The Adaxes system Is it possible to create a business rule with the wanted parameter?

asked 8 hours ago by Baul (20 points)
0 votes
1 answer

I am trying to customize the enrollment pop up page to specify the number format need, but I cannot for the life of me find the file or location where I can edit the html code needed to say this on the enrollment page, is this even possible?

asked Apr 10, 2023 by gwadmin (80 points)
0 votes
0 answers

Whether I try to run a script or manually run the commands to enroll users, users remain unenrolled. Example of a basic script: Import-Module ... ` -QuestionsAndAnswers @{$question1=$answer1;$question2=$answer2} -AdaxesService localhost Adaxes version 2021

asked Mar 27, 2023 by gwadmin (80 points)
3,350 questions
3,051 answers
7,791 comments
545,067 users