From 30fe503d9b7de165e8962a3f6f900d022b87a422 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 16 Mar 2026 15:57:38 +0100 Subject: [PATCH] load the user model --- application/controllers/Header_auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Header_auth.php b/application/controllers/Header_auth.php index 2a7c42ea7..b9775edd6 100644 --- a/application/controllers/Header_auth.php +++ b/application/controllers/Header_auth.php @@ -201,7 +201,7 @@ class Header_auth extends CI_Controller { } // $club_id = $this->config->item('auth_header_club_id') ?: ''; // TODO: Add support to add a user to a clubstation - + $this->load->model('user_model'); $result = $this->user_model->add( $username, bin2hex(random_bytes(64)), // password