getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.32k stars 168 forks source link

[3.6.0-rc.2] Permissions issue in user blueprint #3860

Closed vauvarin closed 3 years ago

vauvarin commented 3 years ago

Describe the bug
If I set permissions in a user blueprint like this:

permissions:
    access:
        users: false
        ...

The "users" item menu is hidden but when the user go to its "Your account" panel page and try to change its (email, status, language, parameters) by clicking on these links, no pop-up appear.

To Reproduce
Set permissions like this in a user blueprint:

permissions:
    access:
        users: false
        ...

Expected behavior
The "users" item menu is hidden but the user can edit its own account informations (emails, status, languages, parameters)

Kirby Version
3.6.0-rc.2

bastianallgeier commented 3 years ago