Moderators: jmacgreg, michael, jheckman, barbarah, btbell, bdgregg, asmecher
parent::validate();/**
* Validate that user has permissions to manage the selected journal.
* Redirects to user index page if not properly authenticated.
*/
function validate() {
parent::validate();
$journal =& Request::getJournal();
if (!$journal || (!Validation::isJournalManager() && !Validation::isSiteAdmin())) {
Validation::redirectLogin();
}
}parent::validate();FilesHandler::validate();<input type="checkbox" name="registerAsSectionEditor" id="registerAsSectionEditor" value="1"{if $registerAsSectionEditor} checked="checked"{/if} /> <label for="registerAsSectionEditor">{translate key="user.role.sectionEditor"}</label>: {translate key="user.register.sectionEditorDescription"}<br />Return to OJS Technical Support
Users browsing this forum: No registered users and 3 guests