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
@@ -1369,8 +1369,15 @@ function user_login_final_validate($form, &$form_state) {
}
else{
form_set_error('name',t('Sorry, unrecognized username or password. <a href="@password">Have you forgotten your password?</a>',array('@password'=>url('user/password',array('query'=>array('name'=>$form_state['values']['name']))))));