How to disable the self registration link in the Deposit Module's login screen
- Product: Rosetta
Description
How do I disable the self registration link in the Deposit Module's login screen?
Resolution
1. v5.2 or higher with Local Authentication:
a. Login to the Administrative module and go to: Home > General > General Parameters > Module: authentication
b. Change the "deposit_self_registration" parameter to 'false'
c. Click "Update" to save.
d. Logout of Rosetta Management
e. Clear your browser's cache
f. Connect to the Deposit module's login screen (e.g. http://<your_dns_name>:1801/deposit) to confirm that the registration link is gone.
2. v5.1 or lower with External Authentication (e.g. SAML, LDAP, etc.):
a. Connect to the Rosetta application server(s) via ssh and navigate to: /exlibris/dps/d4_1/pds/html_form/calling_system-dep/login
b. Comment out the following lines:
01 | <!-- <div class="register"> |
02 | <ul class="clearfix"> |
03 | <li class="clearfix"> |
04 | <label class="registerMessage" for="username">I am new and want to register:</label> |
05 | <div class="registerButton"> |
06 | <a class="registerText" target="_parent" href="http://il-dps01.corp.exlibrisgroup.com:1801/deposit/external/register.do?operation=Details" title="">Register</a> |
07 | </div> |
08 | </li> |
09 | </ul> |
10 | </div> --> |
or
1 | <!-- <ul class="newRegister clearfix"> |
2 | <li><span>I am new and want to register:</span> <span class="buttonLink alignRight"><a target="_parent" href="http://il-dtldev08c.corp.exlibrisgroup.com:1801/deposit/external/register.do?operation=Details" title="">Register</a></span></li> |
3 | </ul> --> |
c. Save your changes.
d. Clear your browser's cache
e. Connect to the Deposit module's login screen (e.g. http://<your_dns_name>:1801/deposit) to confirm that the registration link is gone.
NOTE: upgrading to v5.2 or higher won't overwrite these changes.
Additional Information
Related KCS article: Local Authentication in Rosetta
- Article last edited: 11-May-2018