From 7e66b72618cbda259e8cdc876e3d212b93ec3ee7 Mon Sep 17 00:00:00 2001 From: SJost Date: Fri, 15 Mar 2019 07:38:36 +0100 Subject: [PATCH] fixbuild typo --- models/users | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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