1 # user table layout. 2 3 1 k_user PK 4 2 u_group comma-separated auth groups 5 3 u_passwd 6 4 u_name user name 7 5 u_sname user surname 8 6 u_email if it is NULL, the account must be considered 9 permanently disabled. 10 7 u_gui preferred editing interface; if it is prepended 11 by a hyphen "-" the account is to be considered 12 temporarily suspended. This was called GUI, but 13 it should have been named UI, as it is not 14 necessarily a graphical one. 15 8 u_other misc subfields, separated by "|", where the 16 1st such field is the comma-separated (and 17 surrounded) list of the node IDs of pages that 18 the user wants to be notified over e-mail when 19 changes occur. 20 9 k_node user unique numeric node ID 21 22 #EOF