Actions
Bug #22105
closedFunction changePassword does not work, when hitting 'enter' in change password form
Start date:
2010-02-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When trying to send the change password form by hitting 'enter' in the frontend, the same form appears again and again. It works only, when clicking on the submit button.
The method tx_felogin_pi1->changePassword() checks the _POST value 'changepasswordsubmit' (generated by the submit button) only with if ($postData['changepasswordsubmit'])).
When a form was sent without a mouse click, the value of the field will be '0' and thus not recognized.
checking with isset() will resolve this.
TYPO3 version 4.3.1
felogin version 1.3.0
(issue imported from #M13506)
Files
Actions