Actions
Bug #16243
closed/t3lib/jsfunc.validateform.js does note test for fieldtype 'password'
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-06-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.1
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using login from tt_content.login.20 the form element will contain a call to validateForm in order to test if required fields are filled with information.
However the call include the password field (as this is mandatory in most login forms).
The script however does not test for field type 'password'.
So either the call to validateForm should not include the password field or the script should be changed so the switch test for a field type of 'password'
(issue imported from #M3676)
Files
No data to display
Actions