- Issue created by @cmarcera
- πΊπΈUnited States cmlara
Updated issue with reproduction steps.
It appears this only occurs when setting up a plugin that is not the 'default' plugin type.
Need to review code to determine what the original intended logic was before evaluating resolutions.
- π©πͺGermany lmoeni
I came across this issue while using multiple plugin types. I can confirm that this only occurs for the plugin types that are not the default plugin type.
The user does not get redirected to the overview but instead also has a "Skip and finish" button. When the user clicks on that button, the status message: "Setup of TFA Email one-time password (EOTP) canceled." appears, which suggests that the setup did not happen but it did.I removed most of the tfaNextSetupStep() function in a patch, which solved this problem for me. I could not find any further issues without the removed code.
- π΅πΉPortugal tmiguelv
Hi!
I found out that the form plugin was not updating when the form was rebuilding.
I've created a little patch that updates the plugin before the form renders again.