PrinterOn KB Powered By ePRINTit USA

How to hide 'Account Settings' on the web submission page - c06403055

When a user logs into the web submission page, in the top right corner, there appears the User's login details used to authenticate. The Account Settings option allows the user to modify their name and some basic account details.

The steps below provide directions on how to disable this option since there is currently no option included within the PrinterOn Configuration Manager to disable this option from appearing.

NOTE:

Upgrading the PrinterOn Enterprise Solution would revert this setting.

  1. Navigate to this default directory: C:\Program Files (x 86)\ PrinterOn Corporation\Apache Tomcat\webapps\cps\decorators
  2. Make a backup of the file mainNav.jsp and put it in another folder on the machine
  3. Edit the document mainNav.jsp with a text editor (that shows line numbers) like Notepad ++
  4. Find this line in the file at approximately line #29:<li><a href ="${ contextPath }/user/${username}">< s:message code=" AccountSettings "/></a></li>
  5. Replace the line with this line: <li><a href ="${ contextPath }/user/${username}">< s:message code=" AccountSettings "/></a></li> (Comments added to remove this link from appearing)
  6. Save the file
  7. Login again on the web submission page and you should now observer that the link is removed see images below:

Figure : Before Removing Link

Figure : After Removing Link

NOTE:

Applies to PrinterOn Enterprise 4.x and later