I am designing a table for the purpose of user authentication. What fields should be included in this table? What is the minimum to be able to track user credentials, track failed login attempts for account locking, actually lock accounts, etc.
I am designing a table for the purpose of user authentication. What fields should
Share
userid
password
last login date
create date
password expire date
Is Locked
Status