diff --git a/comptespip_options.php b/comptespip_options.php index f4eae6e..4933820 100644 --- a/comptespip_options.php +++ b/comptespip_options.php @@ -13,6 +13,8 @@ if (!defined('_ECRIRE_INC_VERSION')) { return; } +define('_LOGIN_TROP_COURT', 1); + $GLOBALS['comptespip_editer'] = [ [ 'saisie' => 'input', @@ -21,7 +23,8 @@ $GLOBALS['comptespip_editer'] = [ 'label' => 'Votre Nom', 'obligatoire' => 'oui', //'fonction' => 'ma_super_fonction' - ) + //'modifier' => 'ma_super_fonction_pour_modifier' + ) ], [ 'saisie' => 'input', diff --git a/content/editer_compte_spip.html b/content/editer_compte_spip.html index 00a1cd2..67990b5 100644 --- a/content/editer_compte_spip.html +++ b/content/editer_compte_spip.html @@ -1,3 +1,5 @@ +#CACHE{0} + [(#SESSION{id_auteur}|sinon_interdire_acces{[(#URL_PAGE{mon_compte})]})]
(#ENV*{message_erreur})
] [(#ENV*{message_ok})
] +