mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-08 17:10:04 +01:00
More notes.
This commit is contained in:
parent
d469473ec8
commit
9504c2590b
@ -19,6 +19,11 @@ class FormValidator;
|
|||||||
// and this node should be expected to be autoloaded.
|
// and this node should be expected to be autoloaded.
|
||||||
// It should keep get_singleton() and c++ stuff that deal with users should expect it's presence
|
// It should keep get_singleton() and c++ stuff that deal with users should expect it's presence
|
||||||
// they should use err macros to not crash the app though
|
// they should use err macros to not crash the app though
|
||||||
|
// Rename this UserManager
|
||||||
|
// Also users are useful for not just web stuff, so don't rename them
|
||||||
|
// Make this inherit from Node instead, only inherit the web user handling from webnodes.
|
||||||
|
// 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.
|
||||||
|
|
||||||
class UserController : public WebNode {
|
class UserController : public WebNode {
|
||||||
RCPP_OBJECT(UserController, WebNode);
|
RCPP_OBJECT(UserController, WebNode);
|
||||||
|
Loading…
Reference in New Issue
Block a user