Login Security with Telegram Alerts
Login Security with Telegram Alerts protects WordPress logins, stops brute force, logs activity, and sends real-time Telegram alerts.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_lsec_all_login_activity | A logging table that records activity, events, or audit history. | Static |
| wp_lsec_content_access | Stores lsec content access data created by this plugin. | Static |
| wp_lsec_login_attempts | A logging table that records activity, events, or audit history. | Static |
| wp_lsec_user_devices | Stores lsec user devices data created by this plugin. | 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:
blog_charsetOption key:lsec_access_denied_messageOption key:lsec_bot_tokenOption key:lsec_chat_idOption key:lsec_custom_admin_urlOption key:lsec_db_versionOption key:lsec_enable_content_restrictionOption key:lsec_enable_geolocationOption key:lsec_lockout_durationOption key:lsec_manual_blacklist_ipsOption key:lsec_manual_whitelist_ipsOption key:lsec_max_attemptsOption key:lsec_max_devices_per_userOption key:lsec_notify_admin_on_lockoutOption key:lsec_notify_new_device_loginOption key:lsec_notify_on_failed_attemptOption key:lsec_notify_roles