Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on reload in InvitationController editAction due to 'userAlreadyConfirmed' status. #527

Open
H-OsamaSultan opened this issue Sep 25, 2023 · 0 comments

Comments

@H-OsamaSultan
Copy link

H-OsamaSultan commented Sep 25, 2023

On reload in invitation editAction user gets redirected to statusAction with message "userAlreadyConfirmed" even we are not providing any data in form fields. We went through this issue it's because of this condition that is added in last version

Screenshot at Sep 25 12-42-52

it's because only the first time this condition work fine and we reload this page again as $user->setDisable(false); in first attempt mark the disable to false and on redirect the condition of which i added the screenshort of gets true and it redirects to statusAction with the message "userAlreadyConfirmed".
image

and because of this validation applied in setup.typoscript for validationEdit not working

How to reproduce this issue:

  1. use invitation plugin, invite a user
    2)click on confirm profile
    3)click on set password without providing any data or just reload this page
@H-OsamaSultan H-OsamaSultan changed the title Redirect issue on reload in editAction due to 'userAlreadyConfirmed' status. Issue on reload in InvitationController editAction due to 'userAlreadyConfirmed' status. Oct 4, 2023
@sbusemann sbusemann added this to the _under investigation milestone Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants