diff --git a/balint_options.php b/balint_options.php index d405758..58cb7ba 100644 --- a/balint_options.php +++ b/balint_options.php @@ -49,3 +49,6 @@ if (!isset($GLOBALS['z_blocs'])) // On retire les boutons "Espace privé" et "Recalculer" pour les admins $GLOBALS['flag_preserver'] = true; + +// proteger le #FORMULAIRE_NOUS_CONTACTER +$GLOBALS['formulaires_no_spam'][] = 'nous_contacter'; \ No newline at end of file diff --git a/lang/spip_fr.php b/lang/spip_fr.php index c20e8c0..1dad031 100644 --- a/lang/spip_fr.php +++ b/lang/spip_fr.php @@ -8,5 +8,6 @@ if (!defined('_ECRIRE_INC_VERSION')) { $GLOBALS[$GLOBALS['idx_lang']] = array( 'form_forum_email_deja_enregistre' => 'Un compte existe déjà avec cette adresse email. Connectez-vous avec votre mot de passe habituel, ou bien réinitialisez-le en cliquant ici.', - + 'pass_recevoir_mail' => "Un lien de réinitialisation de votre mot de passe vous a été envoyé sur votre adresse email (si celle-ci est valide). Si vous ne le trouvez pas, pensez à vérifiez vos SPAMs." + );