Hi there,
I’m currently developing a Kirby website locally using Herd. While I’m able to create a new user, I’ve encountered an issue where there’s no option available to select the user’s role during the creation process. According to the Kirby documentation Managing users | Kirby CMS
, there should be an option to assign a role during user creation, but I’m not seeing it.
Here’s a screenshot of the website:
Furthermore, even after creating the user, when I right-click on the newly created user, the “set role” option is greyed out.
Just to clarify, I don’t have any plugins installed, and there’s only one user - me, as the admin. I’ve tried referring to the documentation, but I haven’t been able to find a solution to this issue.
I even attempted to manually set the role by editing the user’s .txt file located at site/accounts/HASH/index.php. However, when I change the role to “editor” instead of “admin,” it reflects as “Nobody” in the website’s panel.
This situation has left me quite confused. Any insights or guidance would be greatly appreciated.
Thanks for your insights!