Closed tkimnguyen closed 9 years ago
Closing. I can not reproduce. This likely would have something to do with session storage--maybe you should look there.
Additionally, Products.PluggableAuthService has nothing to do with plone.protect. It's a completely different CSRF implementation.
In plone 5, we'll be patching to not use this: https://github.com/plone/plone.protect/commit/9f3807ae7f25da76fc82d399baae1c551a956985
In http://site.com/acl_users/source_groups/manage_groups when I try to assign a user (principal ID) to the Administrators group, I get this error:
but when I use the browser's Back button and try again, it succeeds.
The same happens when I remove a user from a group: the first time, I get that error, then the second time it succeeds.