-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
affected/v15area/frontendrelease/15.2.0status/regressionA previously working feature that has broken or changed behavior unexpectedlyA previously working feature that has broken or changed behavior unexpectedlytype/bug
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
V15/dev (most likely in 15.2)
Bug summary
The user side panel does not work for non admin users, specifically the part where you can change your own password etc.
Specifics
The issue is that when the side panel is opened a request is sent to the wrong endpoint, the request is sent to /umbraco/management/api/v1/user/configuration however, this endpoint requires admin access, the appropriate endpoint is /umbraco/management/api/v1/user/current/configuration this is for the specific user and only requires backoffice access.
Steps to reproduce
- Create a user that doesn't have admin access, for instance a editor user
- Login to backoffice
- Open side panel
Expected result / actual result
No response
Metadata
Metadata
Assignees
Labels
affected/v15area/frontendrelease/15.2.0status/regressionA previously working feature that has broken or changed behavior unexpectedlyA previously working feature that has broken or changed behavior unexpectedlytype/bug
