301 - User Management
From Cyclone3 Wiki
User Management is a global application for all the user accounts and domains used in the current Cyclone3 installation.
Database Structure
Tables
TOM.a301_user
| Column Name | Data Type | Description |
|---|---|---|
| ID_user | varchar(8), UTF-8 | internal user ID, generated as a hash of 8 characters |
| login | varchar(64), ASCII | user picked login, used to log-in to the system |
| pass | varchar(256), ASCII | SHA1 encoded password hash |
