Project

General

Profile

Actions

Bug #22105

closed

Function changePassword does not work, when hitting 'enter' in change password form

Added by Christian Futterlieb almost 15 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
felogin
Target version:
-
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

0013506.patch (786 Bytes) 0013506.patch Administrator Admin, 2010-02-10 19:40
Actions

Also available in: Atom PDF