Actions
Bug #68796
closedfelogin: Fix explanation of absRefPrefix in error message
Start date:
2015-08-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
When there's no plugin.tx_felogin_pi1.feloginBaseURL, config.baseURL, config.absRefPrefix defined and you want to use the password recovery form you get an error that says:
Error: there is no prefix for the link. Please set one of the following in your typoscript template: plugin.tx_felogin_pi1.feloginBaseURL = http://yourdomain/, config.baseURL = http://yourdomain/, config.absRelPrefix = http://yourdomain/
It should be config.absRe*f*Prefix instead of config.absRe*l*Prefix and the example for it should be "/", not "http://yourdomain/"
Actions