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
* because many people love see their website showing a lot less of English, and far more of their own language, drupal provides a framework to setup a multi-lingual website or to overwrite the default English text in English.
* because many people love see their website showing a lot less of English, and far more of their own language, drupal provides a framework to setup a multi-lingual website or to overwrite the default English text in English.
- added fine-grained user permssion (or group) system
- changed the "open submission queue" into a (optional) module
- changed the "open submission queue" into a (optional) module
@@ -315,8 +315,6 @@ function account_email_submit($userid, $email) {
...
@@ -315,8 +315,6 @@ function account_email_submit($userid, $email) {
$subject=strtr(t("Account details for %a"),array("%a"=>$site_name));
$subject=strtr(t("Account details for %a"),array("%a"=>$site_name));
$message=strtr(t("%a,\n\n\nyou requested us to e-mail you a new password for your account at %b. You will need to re-confirm your account or you will not be able to login. To confirm your account updates visit the URL below:\n\n %c\n\nOnce confirmed you can login using the following username and password:\n\n username: %a\n password: %d\n\n\n-- %b team"),array("%a"=>$userid,"%b"=>$site_name,"%c"=>$link,"%d"=>$passwd));
$message=strtr(t("%a,\n\n\nyou requested us to e-mail you a new password for your account at %b. You will need to re-confirm your account or you will not be able to login. To confirm your account updates visit the URL below:\n\n %c\n\nOnce confirmed you can login using the following username and password:\n\n username: %a\n password: %d\n\n\n-- %b team"),array("%a"=>$userid,"%b"=>$site_name,"%c"=>$link,"%d"=>$passwd));