More sane behavior on a new installation
[citadel.git] / citadel / include / dtds / user-defs.h
1 /* User record                      */
2
3 INTEGER(version);                       /* Cit vers. which created this rec */
4 UID_T(uid);                     /* Associate with a unix account?   */
5 STRING_BUF(password,32);                /* password (for Citadel-only users)*/
6 UNSIGNED(flags);                        /* See US_ flags below           TODO: is this really the same?   */ 
7 LONG(timescalled);              /* Total number of logins           */
8 LONG(posted);                   /* Number of messages posted (ever) */
9 UINT8(axlevel);         /* Access level                     */
10 LONG(usernum);                  /* User number (never recycled)     */
11 TIME(lastcall);         /* Last time the user called        */
12 INTEGER(USuserpurge);           /* Purge time (in days) for user    */
13 STRING_BUF(fullname,64);                /* Name for Citadel messages & mail */