Added an another idea that I had to notes.

This commit is contained in:
Relintai 2022-07-07 00:26:41 +02:00
parent 9504c2590b
commit 3f481f6eba

View File

@ -25,6 +25,11 @@ class FormValidator;
// Also for other webnodes that have admin functionality, break those into separate nodes. It's a lot safer, // Also for other webnodes that have admin functionality, break those into separate nodes. It's a lot safer,
// and I think they will work better in this setting like this. // and I think they will work better in this setting like this.
//Add a UserLevelWebPermission WebPermission. It should read a new projectsettings entry, and use it as an enum, that
// can be manipulated form the inspector.
// The RBAC system can probably be removed, as WebPermissions + the editor is a lot more powerful.
class UserController : public WebNode { class UserController : public WebNode {
RCPP_OBJECT(UserController, WebNode); RCPP_OBJECT(UserController, WebNode);