Also, this needs to be added to your main config.inc.php file:
- Code: Select all
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; iThenticate Plugin Settings ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[ithenticate]
; Enable iThenticate to submit manuscripts after submit step 4
ithenticate = On
; The iThenticate API host name
host = "api.ithenticate.com"
; The username to access the API (usually an email address)
username = "yourusername@email.com"
; The password to access the API
password = "password"
