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

Error when (un)hiding user via listing #4

Open
brotkrueml opened this issue Jul 7, 2020 · 4 comments · May be fixed by #5
Open

Error when (un)hiding user via listing #4

brotkrueml opened this issue Jul 7, 2020 · 4 comments · May be fixed by #5
Labels
bug Something isn't working

Comments

@brotkrueml
Copy link

When hiding or unhiding a user via the icon in the backend user listing an error occurs:

Oops, an error occurred! Event: b178fefbe77e45b6bfd25cbc78e02ef3
Session Verification required

Expected behaviour: The modal for password confirmation is shown.

TYPO3: 10.4.3
sudo_mode: 0.6.1

@ohader
Copy link
Contributor

ohader commented Jul 7, 2020

Confirmed, there's no handling of those AJAX calls yet - but it proves that the protection works ;)
I guess, I have to tackle that during the next few days. Thanks for the report!

@ohader ohader added the bug Something isn't working label Jul 7, 2020
@brotkrueml
Copy link
Author

Addition: The same error occurs when deleting a user in the list and in the record itself.

@ohader
Copy link
Contributor

ohader commented Sep 4, 2020

I started to work on this missing feature / bug → see branch https://github.com/FriendsOfTYPO3/sudo-mode/tree/fix/issue-4
Still a couple of things are missing in AjaxDataHandler in the TYPO3 core.
For the v9 version, the handling of ext:rsaauth again might be challenging - the rest of the core expects server side rendering and processing in most times.

@ohader ohader linked a pull request Sep 4, 2020 that will close this issue
@ohader
Copy link
Contributor

ohader commented Sep 7, 2020

I've added a short screencast of TYPO3 v9.5 at https://forge.typo3.org/attachments/download/35434/Capto_Capture%202020-09-07_08-29-28_PM.mp4 (https://forge.typo3.org/issues/92199 is required for sudo_mode extension)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants