0 votes

Occasionally we will go over the license user count and have take steps to bring it within compliance. We would like to only see the license violation message in the Admin interface and not in the Help Desk or Self-Service interface. How would we accomplish this?

by (50 points)

1 Answer

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

Hello Juan,

To hide the notification, you need to modify source files of Help Desk and Self-Service Web Interfaces as follows:

  1. On the computer where the Web Interface is installed, open the folder that contains the Adaxes Web Interface that you want to configure, which is C:\Program Files\Softerra\Adaxes 3\Web Interface\<Web_Interface>\ Common\MasterPages by default.
  2. Open the Skeleton.master file with a text editor (e.g. notepad.exe).
  3. Locate the following lines in the file:
     <i class="text-italic"><adaxes:ServiceNoticeViewer ID="NoticeViewer" CssClass="serviceNotices" AlertIconUrl="~/Images/InfoMessageIcons/warning.big.png"
                      CriticalIssueIconUrl="~/Images/InfoMessageIcons/error.big.png" CloseIconUrl="~/Images/notice.close.png"
                      AlertCssClass="alertNotice" CriticalIssueCssClass="criticalNotice" runat="server" /></i>
  4.  Add <strong class="text-bold">Visible="False"</strong> to the last line. The line should look as follows:
                      <i class="text-italic">AlertCssClass="alertNotice" CriticalIssueCssClass="criticalNotice" Visible="False" runat="server" /></i>
  5. Save the file.

Pay attention that the Skeleton.master file is not backed up by Adaxes Web Interface backup / restore tool, so if you want to save the setting, you'll need to perform the above steps each time you re-install or upgrade Adaxes.

Related questions

0 votes
1 answer

When trying to set "Accept Messages" to "All senders" on distribution group through Adaxes web interface I get error: Adaxes doesn't have any permissions to ... of mentioned role? I tried give it msExchRequireAuthToSendTo permission but that didn't help.

asked Dec 1, 2022 by KIT (960 points)
0 votes
1 answer

Hello Support, i've got two questions: I'd like to integrate the Threema API (https://gateway.threema.ch/de/developer/api) for sending messages instead of sending ... front type and size for the exchange automatic reply when using the Adaxes? Thanks Markus

asked Mar 16, 2022 by roppiffm (130 points)
0 votes
1 answer

Is a SMS provider required for sending SMS messages? Currently we send SMS alerts via email address, for example number@vtext.com, number@txt.att.net, etc. We store the addresses in a field in AD.

asked Apr 11, 2013 by Kikaida (1.1k points)
0 votes
1 answer

Hello, We have been using Adaxes for a couple of weeks now. We have observed that occassionally the Softerra Adaxes Service errors out and the service stops working. This ... team is getting when running scripts and being unable to connect to the service -

asked Dec 18 by KoleArmstrong (60 points)
0 votes
1 answer

Is there any way to disable this error message from showing up in the Self-Service portal? It is not somethign we want our users to be seeing. We do get an email when the license count is over.

asked Nov 28 by apruitt (120 points)
3,589 questions
3,278 answers
8,303 comments
548,123 users