The Trongate Users Module
This module provides essential user account management functionality for the application. The controller class (Trongate_users.php) handles creating new user records with assigned user levels, generating unique user codes, and managing the trongate_users database table that serves as the foundation for the framework's authentication system.
create_user()
Creates a new trongate user record with a specified user level ID.