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
drupal_set_message(t('WARNING: You are not using an encrypted connection, so your password will be sent in plain text. <a href="@https-link">Learn more</a>.',array('@https-link'=>'http://drupal.org/https-information')),'error');
$form['information']['https_warning']=array(
'#prefix'=>'<div class="messages error">',
'#markup'=>t('WARNING: You are not using an encrypted connection, so your password will be sent in plain text. <a href="@https-link">Learn more</a>.',array('@https-link'=>'http://drupal.org/https-information')),
'#suffix'=>'</div>',
);
}
// Decide on a default backend.
...
...
@@ -77,13 +81,17 @@ function authorize_filetransfer_form($form_state) {