Configify 2FA

Flexible Two-Factor Authentication for WordPress. Choose Google Authenticator (TOTP), Math CAPTCHA, or Google reCAPTCHA — with a security audit log.

2 database tables

Table NameDescriptionMethod
wp_c2fa_audit_logA logging table that records activity, events, or audit history.Static
wp_c2fa_sessionsStores session data for tracking user or visitor state.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:c2fa_db_versionOption key:configify_2fa_audit_logOption key:configify_2fa_settings
wp_usermeta
User meta