From aa47d7916dedbdb8347dc154063384c3e1cf63e7 Mon Sep 17 00:00:00 2001 From: tofulm Date: Thu, 13 Aug 2020 21:53:24 +0200 Subject: [PATCH] =?UTF-8?q?formulaire=20inscription=20utilise=20le=20meme?= =?UTF-8?q?=20que=20le=20formulaire=20d'update,=20la=20gestion=20du=20mot?= =?UTF-8?q?=20de=20passe=20est=20crypter=20cot=C3=A9=20client?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comptespip_options.php | 9 +++ content/connect.html | 2 +- formulaires/editer_compte_spip.html | 51 ++++++++++--- formulaires/editer_compte_spip.php | 110 +++++++++++++++++----------- lang/comptespip_fr.php | 2 +- 5 files changed, 119 insertions(+), 55 deletions(-) diff --git a/comptespip_options.php b/comptespip_options.php index 1c3babd..802baf7 100644 --- a/comptespip_options.php +++ b/comptespip_options.php @@ -23,6 +23,15 @@ $GLOBALS['comptespip_editer'] = [ //'fonction' => 'ma_super_fonction' ) ], + [ + 'saisie' => 'input', + 'options' => array( + 'nom' => 'prenom', + 'label' => 'Votre prénom', + 'obligatoire' => 'oui', + //'fonction' => 'ma_super_fonction' + ) + ], [ 'saisie' => 'input', 'options' => array( diff --git a/content/connect.html b/content/connect.html index 0e40743..b7e29e7 100644 --- a/content/connect.html +++ b/content/connect.html @@ -17,7 +17,7 @@
- [(#FORMULAIRE_CREER_COMPTE_SPIP{})] + [(#FORMULAIRE_EDITER_COMPTE_SPIP{})]