forked from pkp/plagiarism
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkp#28: remove unneeded config.inc.php ithenticate setting to enable …
…plugin
- Loading branch information
Showing
5 changed files
with
42 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ Watch [the demo](https://www.ithenticate.com/demo) to know more about the featur | |
|
||
## Configuration | ||
|
||
You may set the credentials in config.inc.php, or you may set the credentials per-journal in the plugin settings. If credentials are present in config.inc.php, they will override those entered in the plugin settings form. | ||
You may set the credentials in config.inc.php, or you may set the credentials per-journal in the plugin settings. If credentials are present in config.inc.php, they will override those entered in the plugin settings form and will automatically enable the plugin. | ||
|
||
The config.inc.php settings format is: | ||
|
||
|
@@ -35,9 +35,6 @@ The config.inc.php settings format is: | |
[ithenticate] | ||
; Enable iThenticate to submit manuscripts after submit step 4 | ||
;ithenticate = On | ||
; Credentials can be set by context : specify journal path | ||
; The username to access the API (usually an email address) | ||
;username[MyJournal_path] = "[email protected]" | ||
|
@@ -52,3 +49,4 @@ The config.inc.php settings format is: | |
;password = "password" | ||
``` | ||
|
||
If you have an entry in this section for `ithenticate = On` from an earlier version, you can remove it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters