2021-06-13 22:33:50 +02:00
|
|
|
Table 2fa_trusted_browser
|
|
|
|
===========
|
2021-06-14 08:10:11 +02:00
|
|
|
|
2021-06-13 22:33:50 +02:00
|
|
|
Two-factor authentication trusted browsers
|
|
|
|
|
2021-06-14 08:10:11 +02:00
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| ----------- | ------------------------------------------ | ------------------ | ---- | --- | ------- | ----- |
|
|
|
|
| cookie_hash | Trusted cookie hash | varchar(80) | NO | PRI | NULL | |
|
|
|
|
| uid | User ID | mediumint unsigned | NO | | NULL | |
|
|
|
|
| user_agent | User agent string | text | YES | | NULL | |
|
|
|
|
| created | Datetime the trusted browser was recorded | datetime | NO | | NULL | |
|
|
|
|
| last_used | Datetime the trusted browser was last used | datetime | YES | | NULL | |
|
2021-06-13 22:33:50 +02:00
|
|
|
|
|
|
|
Return to [database documentation](help/database)
|