Indefero

Indefero Commit Details


Date:2011-02-23 11:24:49 (14 years 2 months ago)
Author:William MARTIN
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.1, release-1.2, release-1.3
Commit:2130b327df20b0b67b6b452f92856f7e70bc9822
Parents: 3e238bea0b723cf74e6d688bcf6dfbb3ddb0c2ab
Message:Fix issue 616 Patch from Patrick Georgi

Changes:

File differences

src/IDF/Form/UserAccount.php
7979
8080
8181
82
8283
8384
8485
......
8990
9091
9192
93
9294
9395
9496
                                            'widget' => 'Pluf_Form_Widget_PasswordInput',
                                            'help_text' => Pluf_Template::markSafe(__('Leave blank if you do not want to change your password.').'<br />'.__('Your password must be hard for other people to find it, but easy for you to remember.')),
                                            'widget_attrs' => array(
                                                       'autocomplete' => 'off',
                                                       'maxlength' => 50,
                                                       'size' => 15,
                                                                    ),
                                            'initial' => '',
                                            'widget' => 'Pluf_Form_Widget_PasswordInput',
                                            'widget_attrs' => array(
                                                       'autocomplete' => 'off',
                                                       'maxlength' => 50,
                                                       'size' => 15,
                                                                    ),

Archive Download the corresponding diff file

Page rendered in 0.24884s using 14 queries.