nathan...@users.adullact.net
unread,Feb 27, 2026, 1:03:46 PM (6 days ago) Feb 27Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to openmairie...@googlegroups.com
Author: nathanaelhoun
Date: 2026-02-27 19:03:43 +0100 (Fri, 27 Feb 2026)
New Revision: 5497
Modified:
openmairie_exemple/branches/POC_migration_mots_de_passe/core/om_application.class.php
Log:
fix: autoriser les mots de passe de toute longueur a la connexion
Modified: openmairie_exemple/branches/POC_migration_mots_de_passe/core/om_application.class.php
===================================================================
--- openmairie_exemple/branches/POC_migration_mots_de_passe/core/om_application.class.php 2026-02-27 17:49:10 UTC (rev 5496)
+++ openmairie_exemple/branches/POC_migration_mots_de_passe/core/om_application.class.php 2026-02-27 18:03:43 UTC (rev 5497)
@@ -3054,7 +3054,7 @@
$form->setLib("password", __("Mot de passe"));
$form->setType("password", "password");
$form->setTaille("password", 20);
- $form->setMax("password", 100);
+ $form->setMax("password", null);
$form->setVal("password", ($this->config['demo']==true?"demo":""));
//
if (count($this->database)>1) {