diff --git a/modules/users/managers/user_manager.h b/modules/users/managers/user_manager.h index 4ed4de36e..1e52f1e6a 100644 --- a/modules/users/managers/user_manager.h +++ b/modules/users/managers/user_manager.h @@ -22,6 +22,7 @@ public: bool is_username_taken(const String &user_name); bool is_email_taken(const String &email); + //TODO these should probably be moved to User bool check_password(const Ref &user, const String &p_password); void create_password(const Ref &user, const String &p_password); String hash_password(const Ref &user, const String &p_password);