Handling authors with only single word name

Edit the metadata form rule at “classes/submission/form/MetadataForm.inc.php” ,
remove the “first author” from the arrange of this line:

$this->addCheck(new FormValidatorArray($this, ‘authors’, ‘required’, ‘author.submit.form.authorRequiredFields’, array(‘lastName’)));

Hopefully this is legal solution :grinning::grin: