Actions
Bug #17671
closedAutocomplete OFF for BE-Login form
Start date:
2007-10-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When logging in, into the T3 Backend using the normal login-form. The "autocomplete" feature of most browsers is active for the "Username" field.
If you log into a T3 account from a shared computer (like in i-net cafe's or similar) the username will get stored in the browsers cache.
This patch fixes the problem by adding the attritbute:
autocomplete="off"
http://developer.mozilla.org/en/docs/How_to_Turn_Off_Form_Autocompletion
http://msdn2.microsoft.com/en-us/library/ms533486.aspx
to the username input field.
(issue imported from #M6506)
Files
Actions