Extension:OATHAuth/oathauth_users table
Tools
Actions
General
Print/export
In other projects
Appearance
From mediawiki.org
The OATHAuth extension needs an extra database table to store the 2FA data of users. This is the database schema of the respective "oathauth_users" table:
MediaWiki version:
≥ 1.41
See the information on the new oathauth_types, and oathauth_devices tables, which supersede the "oathauth_users" table.
MediaWiki version:
≤ 1.40
mysql>describeoathauth_users; +--------+----------------+------+-----+---------+-------+ |Field|Type|Null|Key|Default|Extra| +--------+----------------+------+-----+---------+-------+ |id|int(11)|NO|PRI|NULL|| |module|varbinary(255)|NO||NULL|| |data|blob|YES||NULL|| +--------+----------------+------+-----+---------+-------+
Wikimedia extension database tables | ||
|---|---|---|
| AbuseFilter | ||
| AntiSpoof | ||
| Babel | ||
| BetaFeatures | ||
| BounceHandler | ||
| CampaignEvents | ||
| CentralAuth | ||
| CentralNotice | ||
| CheckUser | ||
| Cognate | ||
| CommunityRequests | ||
| ContentTranslation | ||
| CreditsSource | ||
| DiscussionTools | ||
| Echo | ||
| EntitySchema | ||
| FlaggedRevs | ||
| GeoData | ||
| GlobalBlocking | ||
| GlobalPreferences | ||
| GlobalUsage | ||
| GrowthExperiments | ||
| Linter | ||
| LiquidThreads | ||
| LoginNotify | ||
| MediaModeration | ||
| Math | ||
| Newsletter | ||
| OATHAuth |
| |
| OAuth | ||
| ORES | ||
| PageAssessments | ||
| PageTriage | ||
| Proofread Page | ||
| PropertySuggester | ||
| ReadingLists | ||
| SecurePoll | ||
| ShortUrl | ||
| TimedMediaHandler | ||
| Translate | ||
| UploadWizard | ||
| UrlShortener | ||
| WikibaseQualityConstraints | ||
| Wikibase Client | ||
| Wikibase Repository | ||
| WikiLambda | ||
| WikiLove | ||
| WikimediaCampaignEvents | ||
| WikimediaEditorTasks | ||