Actions
Bug #64552
closedOpenID in BE-Login doesn't work with IE11 since the password will always be set
Start date:
2015-01-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
Since TYPO3 assumes a "normal" Login if a password is provided, it doesn't work in IE11. IE seems to deliver the placeholder attribute of the input field. So the password field always contains a password, so the OpenID will never be triggered and the login will fail.
To reproduce- IE bug: Try to login with an IE11 in TYPO3 backend with an OpenID without a password -> login fails
- Behaviour in all browser: use an OpenID in user field, add a password in the password field -> login fails
Tested in TYPO3 6.2.9
Actions