2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
form_set_error('mail',t('The e-mail address %email is already registered. <a href="@password">Have you forgotten your password?</a>',array('%email'=>$edit['mail'],'@password'=>url('user/password'))));
}
}
// Make sure the signature isn't longer than the size of the database field.
// Signatures are disabled by default, so make sure it exists first.
form_set_error('signature',t('The signature is too long: it must be %max characters or less.',array('%max'=>$user_schema['fields']['signature']['length'])));