-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
Describe the bug
When renaming the username of the default admin account, the rename is successful, but the UI shows an error.
Steps to reproduce
- Deploy a new opencloud instance
- Log in as
adminusingOPENCLOUD_ADMIN_PASSWORDvalue - Navigate to Admin -> Users
- Click
editon the defaultadminuser - Enter a new username
- Click
save
Expected behavior
Account username is renamed, and reflected in the UI, indicating the operation was successful
Actual behavior
Account username is renamed, but UI shows a generic error
Failed to edit user
Copy the following information and pass them to technical support to troubleshoot the problem:
X-Request-Id: foo-bar-baz
Setup
Docker compose stack following instructions in guide
Additional context
The docker logs show:
PATCH /graph/v1.0/users/my-user-id-guid status:200 # Update succeeded
GET /graph/v1.0/users/my-user-id-guid status:401 # But then 401 Unauthorized
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Prio <= 3