Feature #38844
closedEpic #92641: felogin feature collection
Add code list to felogin
0%
Description
I request to have a code-list again in felogin.
In the current project I'm using felogin with salted password (v6.0.0alpha2). On the site the loginbox is on every page (per TypoScript) and next I have a single page with the felogin plugin for the forgotten password or error redirect.
A click on the "Password forgotten" link on the widget of every page, brings me to the page with the felogin plugin. You can guess what happen now. The widget get's the same content as the plugin.
Normally it was possible to set the widget as raw HTML. But this ist not possible using salted password.
I suggest to use a code list in the settings, where the diffrent templates can be selected.
So if TS is set to
plugin.tx_felogin_pi1.code = login,logout
And the current action is "Password forgotten", than it should fallback to login if the user is logged out or fallback to logout if the user is logged in.
Thanks a lot!