rester connecté #2440

This commit is contained in:
2023-11-28 15:23:18 +01:00
parent 9aab063340
commit a0d2dd8ba1
+4
View File
@@ -8,4 +8,8 @@
function reha_mod_form_user_register_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) {
$form['actions']['submit']['#value'] = "valider";
}
function reha_mod_form_user_login_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) {
$form['persistent_login']['#title'] = "rester connecté";
}