-
Notifications
You must be signed in to change notification settings - Fork 142
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
SettingsController::actionGdprDelete() throws 403 for socialnetworked Users #568
Comments
I can't reproduce for 'normal' users and I don't get why; reading at the code there might be two erros in SettingsController::actionGdprDelete() but I would be happy to be clarified:
We may need to replace the find() function, from: |
I would not replace Maybe pass the whole Account object to |
Yes, it is a good idea indeed, problem here is that if you use When At this point, you can either choose to create a new instance with the di or directly using the ar class and its helpers, it's an implementation choice. About passing the whole object, I was also thinking the same, but that Personally, if I'd need to choose, I would still go for my first comment and I'd also go for |
What steps will reproduce the problem?
This screenshot should visually show what's above
What is the expected result?
User gets GDPR deleted
What do you get instead?
403 and User doesn't get GDPR deleted
The text was updated successfully, but these errors were encountered: