mirror of
https://github.com/friendica/friendica
synced 2024-11-18 07:43:51 +00:00
14 lines
925 B
Markdown
14 lines
925 B
Markdown
Table 2fa_trusted_browser
|
|
===========
|
|
|
|
Two-factor authentication trusted browsers
|
|
|
|
| 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 | |
|
|
|
|
Return to [database documentation](help/database)
|