pydio / cells

Future-proof content collaboration platform
https://pydio.com
GNU Affero General Public License v3.0
1.82k stars 180 forks source link

Change password / edit own profile fails #423

Closed TsiryAn closed 2 years ago

TsiryAn commented 2 years ago

Hi,

I've created my account with cells admin, when I try to update the profile (name, mail, ...) or change password, it doesn't allow me. "You are not allowed to edit this user!"

Create user command : cells admin user create -u '/agent/user1' -p 'xxxxxxxxxxxx'

All working well when I create a user without the group : cells admin user create -u 'user2' -p 'xxxxxxxxxxxx'

I've tried many parameters without success : app parameters

ERROR pydio.rest.user Rest Error 403 {"error": "{\"id\":\"user\",\"code\":403,\"detail\":\"You are not allowed to edit this user!\",\"status\":\"Forbidden\"}"}

Can someone help please.

Pydio Cells Home Edition Version: 3.0.9 Built: 08 Jul 22 14:24 +0000 Git commit: 45829abcab9274b3127b59ab7373a57b41b12ea0 OS/Arch: linux/amd64 Go version: go1.15.15