Password resets

From Expertiza_Wiki
Revision as of 21:58, 25 April 2018 by Agrawa (talk | contribs) (Created page with " {| class="wikitable" !Name !!Datatype !!Description |- !id |INT(10) |unique identifier |- !user_email |VARCHAR(255) |email address of the user |- !token |VARCHAR(255) |genera...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Name Datatype Description
id INT(10) unique identifier
user_email VARCHAR(255) email address of the user
token VARCHAR(255) generated code for security
updated_at DATETIME Date and time when last changes were made to the credentials

Back to Database Tables Main page.