Indefero

Indefero Commit Details


Date:2008-12-07 02:46:08 (16 years 15 days ago)
Author:Loic d'Anterroches
Branch:dev, 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, master, release-1.1, release-1.2, release-1.3
Commit:8378da535318bce76dabc3ab92395d164882fd57
Parents: e8d55a526764ac130094ea1404500bcceafdd71f
Message:Fixed to not display the hashed password in the password field.

Changes:

File differences

src/IDF/Views/User.php
120120
121121
122122
123
123
124
125
124126
125127
126128
return new Pluf_HTTP_Response_Redirect($url);
}
} else {
$form = new IDF_Form_UserAccount($request->user->getData(), $params);
$data = $request->user->getData();
unset($data['password']);
$form = new IDF_Form_UserAccount($data, $params);
}
return Pluf_Shortcuts_RenderToResponse('idf/user/myaccount.html',
array('page_title' => __('Your Account'),

Archive Download the corresponding diff file

Page rendered in 0.35369s using 13 queries.