From f47536b83402a2a8f851a4704df82a3a5730e429 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 7 Jul 2022 21:53:28 +0200 Subject: [PATCH] Add an another note. --- modules/web/nodes/users/user_controller.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/web/nodes/users/user_controller.h b/modules/web/nodes/users/user_controller.h index c1eb14512..f421c0a00 100644 --- a/modules/web/nodes/users/user_controller.h +++ b/modules/web/nodes/users/user_controller.h @@ -30,6 +30,8 @@ class FormValidator; // The RBAC system can probably be removed, as WebPermissions + the editor is a lot more powerful. +//Note move this with the user controller to it's own module. + class UserController : public WebNode { RCPP_OBJECT(UserController, WebNode);