Proyectos de Subversion LeadersLinked - Services

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 283
Línea 19... Línea 19...
19
 
19
 
20
         $this->add([
20
         $this->add([
21
             'name' => 'password',
21
             'name' => 'password',
22
             'type' => \Laminas\Form\Element\Password::class,
22
             'type' => \Laminas\Form\Element\Password::class,
23
             'attributes' => [
23
             'attributes' => [
24
                 'maxlength' => 16,
24
                 'maxlength' => 25,
25
                 'id' => 'password',
25
                 'id' => 'password',
26
             ]
26
             ]
27
         ]);
27
         ]);
28
         $this->add([
28
         $this->add([
29
             'name' => 'confirmation',
29
             'name' => 'confirmation',
30
             'type' => \Laminas\Form\Element\Password::class,
30
             'type' => \Laminas\Form\Element\Password::class,
31
             'attributes' => [
31
             'attributes' => [
32
                 'maxlength' => 16,
32
                 'maxlength' => 25,
33
                 'id' => 'confirmation',
33
                 'id' => 'confirmation',
34
             ]
34
             ]
35
         ]);
35
         ]);