The XML Canon login screen has a link named "Create new portal account" for creating portal accounts. How could this feature be turned off or deactivated?

The XML Canon login screen has a link named "Create new portal account" for creating portal accounts. How could this feature be turned off or deactivated?

book

Article ID: KB0087283

calendar_today

Updated On:

Products Versions
TIBCO XML Canon -
Not Applicable -

Description

Resolution:
Two Solutions
==============
1. Remove the "Create new portal account" link from two files, "directLogin.html" and from "directLoginRetry.html", which reside under "/tomcat/webapps/ROOT/rqst" in your "XMLCanon" directory. To do that, open each of the files in a simple text editor like Notepad then scroll near the bottom of each file and remove the following section:
&ltdiv ALIGN="center">&ltA HREF="newPortalUser.html">&ltFONT SIZE='1'>&ltB&gtCreate new portal account</B></FONT></A></DIV>
However, this solution requires you to work on your server side and it is not portable (i.e., you have to remove the link every time you upgrade the XML Canon server).

2. Deactivate the "Portal" group using an XML Canon admin account to login then select Configure-&gtGroups-&gtPortal and choose "No" for "Active". This solution will prevent users from creating new portal accounts but it will not remove the actual "Create new portal account" link from the login page.

Issue/Introduction

The XML Canon login screen has a link named "Create new portal account" for creating portal accounts. How could this feature be turned off or deactivated?