Actions
Bug #22071
closedwp_2fa_webauthn_users and wp_2fa_webauthn_credentials DB tables do not exist
Start date:
2025-02-11
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
Boone, can you import the wp_2fa_webauthn_users
and wp_2fa_webauthn_credentials
DB tables from the GC servers to the Reclaim servers?
Those tables do not exist on the Reclaim servers and is causing an issue with WebAuthn 2FA. See https://redmine.gc.cuny.edu/issues/22051#note-3.
Related issues
Updated by Boone Gorges about 1 month ago
- Status changed from New to Testing Required
This is done.
Really sorry about this. When building my export tools, I used the following heuristic: for all blog_ids, export wp_{blog_id}_ tables; then, to get global tables, get all 'wp_[a-z]' tables. This didn't include the 2fa tables because of the number 2.
Updated by Raymond Hoh about 1 month ago
- Related to Feature #22051: Enable passkey authentication added
Updated by Raymond Hoh about 1 month ago
- Category name set to Server
- Status changed from Testing Required to Resolved
- Target version set to 2.5.3
Thanks Boone! No worries about the script. It's hard to account for every single scenario!
I can confirm that the Webauthn DB error no longer shows up.
Actions