-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap33-feedbackbugfeature: profilePRs or issues related to the Profile feature (e.g. Profile page, API, etc.)PRs or issues related to the Profile feature (e.g. Profile page, API, etc.)feature: users and groups
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
PUT /ocs/v2.php/cloud/users/<user_id>
Content-Type: application/json
{
"key": "websiteScope",
"value": "v2-published"
}
The API request allows a user to set visibility values that may not be supported on the frontend.
Steps to reproduce
- Log in to a Nextcloud instance as a regular user.
- Navigate to: Settings → Personal Info → Profile visibility
- Observe that the "Published" visibility option is disabled (greyed out) for certain fields (e.g., website).
- Intercept the request when modifying a profile field using a proxy tool (e.g., Burp Suite).
- Modify the request
Expected behavior
The API is in sync with the frontend UI
Nextcloud Server version
33
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap33-feedbackbugfeature: profilePRs or issues related to the Profile feature (e.g. Profile page, API, etc.)PRs or issues related to the Profile feature (e.g. Profile page, API, etc.)feature: users and groups
Type
Projects
Status
To triage