I close this ticket for now; the patch has been abandoned and I think that everything is already working out of the box (I tested with 8.7.x but I am pretty sure that it works too on 7.6.x and 6.2.x or even with older versions).
I performed the following tests:
Prerequisites¶
- create a sysFolder where to store FE users (ID=8)
- create an usergroup
- create a user, assign the usergroup and set an username and a password
Test 1 - add login form as content of a page¶
- create a page
- add the felogin plugin
- configure it at the minimum, that is assign the sysfolder
- check the checkbox Disable redirect after successful login, but display logout-form
- go to the page where the plugin has been added
- try to login
Test Results:¶
After the successful login, the logout form is shown.
Test 2 - add login form via TypoScript¶
- I removed the previously created content element (just to be sure that I always have only 1 login form)
- in the TS Setup I added a mimimal configuration:
page.1 < plugin.tx_felogin_pi1
page.1{
storagePid=8
preserveGETvars = all
showForgotPasswordLink = 0
showLogoutFormAfterLogin = 1
}
- go to a page
- try to login
Test Results:¶
After the successful login, the logout form is shown.
Conclusion¶
As I said, it seems IMO that everything works as expected, therefore I close this issue.
If you think that this is the wrong decision or that I have misunderstood the problem or that a different test should be performed, please reopen this issue or open a new issue with a reference to this one; please add also a detailed step-by-step procedure that should be followed to reproduce the issue. Thank you.