Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Override the following function in your report file to enable/disable password AuthN for the REST reports.  (Depends on https://github.com/DSpace/DSpace/pull/1369)

This setting can be found in **dspace-rest/src/main/webapp/static/reports/restReport.js**

Code Block
languagejs
titleEnable/Disable Password AuthN
	//disable this setting if Password Authentication is not supported
	this.makeAuthLink = function(){return true;};

...