HappyAccess
Secure temporary admin access for WordPress support engineers. Generate OTP-based access without sharing passwords.
5 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_happyaccess_attempts | Stores happyaccess attempts data created by this plugin. | Static |
| wp_happyaccess_logs | A logging table that records activity, events, or audit history. | Static |
| wp_happyaccess_magic_links | Stores happyaccess magic links data created by this plugin. | Static |
| wp_happyaccess_otp_shares | Stores happyaccess otp shares data created by this plugin. | Static |
| wp_happyaccess_tokens | Stores access tokens for authentication or API access. | 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_optionsOption key:
happyaccess_Option key:happyaccess_cleanup_daysOption key:happyaccess_db_versionOption key:happyaccess_delete_on_uninstallOption key:happyaccess_enable_loggingOption key:happyaccess_lockout_durationOption key:happyaccess_magic_link_expiryOption key:happyaccess_max_attemptsOption key:happyaccess_otp_shares_dbOption key:happyaccess_recaptcha_enabledOption key:happyaccess_recaptcha_secret_keyOption key:happyaccess_recaptcha_site_keyOption key:happyaccess_recaptcha_thresholdOption key:happyaccess_share_link_expiryOption key:happyaccess_token_expiryOption key:happyaccess_versionwp_usermeta