You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`isVerified`|`boolean`| Indicates if the user's e-mail address has been verified. |
97
+
|`verifyToken`|`string`| A long verification token generated for verification e-mails. |
98
+
|`verifyShortToken`|`string`| A short verification token generated e. g. for verification SMS. |
99
+
|`verifyExpires`|`Date \| number`| Expiration date of the verification token. |
100
+
|`verifyChanges`|`string[]`| An array that tracks e. g. the change of an e-mail address. |
99
101
100
102
The table contains only the necessary fields for our example with verification e-mails. A full list of fields is described in chapter [Configuration](./configuration#user-model-fields).
0 commit comments