Difference between revisions of "SUNScholar/Researcher Authorisation/Step 4"

From Libopedia
Jump to navigation Jump to search
Line 4: Line 4:
 
==Step 4 - Configure XMLUI logins==
 
==Step 4 - Configure XMLUI logins==
 
Edit the following file:
 
Edit the following file:
  nano $HOME/dspace/config/dspace.cfg
+
  nano $HOME/source/dspace/config/dspace.cfg
 
Search for <tt>'''xmlui.force.ssl'''</tt> and remove the hash (#) comment to ensure XMLUI secure logins are enabled.
 
Search for <tt>'''xmlui.force.ssl'''</tt> and remove the hash (#) comment to ensure XMLUI secure logins are enabled.
  

Revision as of 15:13, 25 April 2016

BACK TO RESEARCHER AUTHORISATION

Step 4 - Configure XMLUI logins

Edit the following file:

nano $HOME/source/dspace/config/dspace.cfg

Search for xmlui.force.ssl and remove the hash (#) comment to ensure XMLUI secure logins are enabled.

See example below.

# Force all authenticated connections to use SSL, only non-authenticated
# connections are allowed over plain http. If set to true, then you need to
# ensure that the 'dspace.hostname' parameter is set to the correctly.
xmlui.force.ssl = true