We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So all the users are created not using an UUID if the setting (from Plone's security control panel) is enabled.
The text was updated successfully, but these errors were encountered:
The expected should be:
{ "@id": "http://localhost:8080/Plone/@users/d6fa58bc6d8e4e0682987887f5ad4852", "description": "", "email": "[email protected]", "fullname": "Demo User", "home_page": "", "id": "d6fa58bc6d8e4e0682987887f5ad4852", "location": "", "roles": [ "Member", "Contributor", "Reviewer", "Editor", "Reader" ], "username": "[email protected]" },
instead it is:
{ "@id": "http://localhost:8080/Plone/@users/[email protected]", "description": "", "email": "[email protected]", "fullname": "Demo User", "home_page": "", "id": "[email protected]", "location": "", "roles": [ "Member", "Contributor", "Reviewer", "Editor", "Reader" ], "username": "[email protected]" },
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
So all the users are created not using an UUID if the setting (from Plone's security control panel) is enabled.
The text was updated successfully, but these errors were encountered: