Actions
Bug #50703
closedShow OpenID-Login Mask not possible
Start date:
2013-08-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
With TYPO3 6.1.3 it is not possible to show the OpenID-Login mask.
It seems, it has something to do with https.
Another installation with 6.1.3 without encryption works fine.
The following JS-Error occurs in login.js line 124:
Uncaught TypeError: Cannot call method 'hide' of null
Updated by Christian Weiske over 11 years ago
Could it be that you're using a different skin?
Are you really on 6.1.3? Line 124 in login.js is
$('t3-login-openIdLogo').show();
Updated by Henrik Ziegenhain over 11 years ago
Hi. I think this could be closed.
Yes, the installation definitly was on 6.1.3 and we are not using a different skin, but Line 124 in login.js was
$('t3-login-openIdLogo').hide();
I deleted the Symlink to the sources and set it new: After a reload the switch to OpenID is working. Strange...
Thanks in advance for your help...
Updated by Helmut Hummel over 10 years ago
- Status changed from New to Closed
- Is Regression set to No
Actions