301 - User Management
From Cyclone3 Wiki
(Redirected from App:301/)
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 |
TOM.a301_user_profile
TOM.a301_user_session
TOM.a301_user_inactive
TOM.a301_user_online
TOM.a301_user_profile_karma
TOM.a301_user_profile_emo
TOM.a301_user_group
TOM.a301_user_rel_group
TOM.a301_contact_lng
TOM.a301_contact_cat
TOM.a301_contact_rel_cat
App::301::db_name.a301_ACL_user
App::301::db_name.a301_ACL_user_group
App::301::db_name.a301_ACL_org
Views
See Also
If published informations are not helpfull, something is missing or wrong, please report. Thanx for contribution.
User Comments