Replies: 1 comment 1 reply
-
One thing I'm planning to implement in the future is a user promotion and demotion system. From a security perspective, I don't want the primary admin to be demoted by other admins so I created the Super Admin role. It's essentially the same as a regular Admin, but it cannot be demoted.
Currently, the only thing I have implemented is updating the role of the first registered user to Super Admin, so if you see the Settings option on the main menu, you are the Super Admin. I may add the role information somewhere in the future, but for now, that detail is not visible on the frontend.
Can you explain what didn't work after the update? I think the old environment variable was simply ignored. That's what I mentioned in the upgrading guide. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am not a particularly experienced Docker user, but I have installed Many-Notes on a NAS in my local network. In the release notes for v0.11.0, I saw the entry “Add roles to users (Super Admin, Admin, User)”.
I can now see the settings in my account. So I have the role of an admin. How can I tell if I am also a super admin? I'm not sure if the account I'm using is actually the first one registered. Is there any way I can find out if there are other accounts besides the one I'm currently using?
Sorry if the question is a bit trivial.
And one more note about “Enabling or disabling registration moved to the frontend.”
I think that's great. For people who don't have much knowledge of Docker, it would be good to note that you have to delete the old ENV for the switch to work. At least that was the case for me.
Thank you very much for the application!
Beta Was this translation helpful? Give feedback.
All reactions