[openmairie-framework-Commits] r5497 - openmairie_exemple/branches/POC_migration_mots_de_passe/core

0 views
Skip to first unread message

nathan...@users.adullact.net

unread,
Feb 27, 2026, 1:03:46 PM (6 days ago) Feb 27
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) {

Reply all
Reply to author
Forward
0 new messages