Skip to content
Snippets Groups Projects
Commit a68373a3 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #40971 fix RT

parent c3f2ad47
Branches
Tags
3 merge requests!2334Master,!2178Dev#40971 pouvoir prendre l email comme identifiant alternatif cctp agglo2b,!2174Dev#40971 pouvoir prendre l email comme identifiant alternatif cctp agglo2b
Pipeline #1628 passed with stage
in 11 minutes and 56 seconds
<?php
$this->openBoite($this->title);
?>
<p>
<?php echo $this->message ?>
</p>
<p>
<?php echo $this->password_hint ?>
</p>
echo $this->tag('p', $this->message);
echo $this->tag('p', $this->password_hint);
<?php
echo $this->renderForm($this->form);
$this->closeBoite();
?>
......@@ -49,8 +49,7 @@ class ZendAfi_Form_SecurePassword extends ZendAfi_Form {
->addElement('hidden', 'password_hint')
->addElement('hidden', 'pattern')
->addDisplayGroup(['card', 'current_password', 'secure_password', 'confirm_password'],
'password',
['legend' => '']);
->addUniqDisplayGroup('password', ['legend' => ''])
;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment