diff --git a/models/users b/models/users index 82c5b6d72..9b9df02ff 100644 --- a/models/users +++ b/models/users @@ -7,7 +7,7 @@ -- Indendent upper-case lines usually impose Uniqueness constraints for rows by some columns. -- Each table will also have an column storing a unique numeric row key, unless there is a row Primary columnname -- -User Json -- Each Uni2work user has a corresponding row in this table; created upon first login. +User json -- Each Uni2work user has a corresponding row in this table; created upon first login. ident (CI Text) -- Case-insensitive user-identifier authentication AuthenticationMode -- 'AuthLDAP' or ('AuthPWHash'+password-hash) lastAuthentication UTCTime Maybe -- last login date