Actions
Bug #98049
open[FE][permalogin] = 1 and not enabled permalogin does not work
Status:
Under Review
Priority:
Should have
Assignee:
Category:
felogin
Target version:
Start date:
2022-07-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Setting permalogin
to 1 states: "Permanent login is by default enabled but can be disabled by a form control in the login form."
but actually this doesn't work. the reason is simple:
strlen((string)$isPermanent) != 1
this will not respect the setting "0"
Actions