Actions
Bug #84269
closedEXT:felogin Do not throw "No storage folder" exception if FE/checkFeUserPid is false
Start date:
2018-03-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem/Description¶
The exception #1450904202: No storage folder (option storagePid) for frontend users given. (More information) must not occur if $GLOBALS['TYPO3_CONF_VARS']['FE']['checkFeUserPid']
is set to false
Possible ToDo(s) (suggestion)¶
- fix actual limitiation if option is set to false
- make required-evaluation for storagePid in felogin plugin flexform dependent on
$GLOBALS['TYPO3_CONF_VARS']['FE']['checkFeUserPid']
via userFunc
Actions