This WordPress plugin limits user access to the dashboard based on whether users have a chosen capability. Disallowed users are redirected to a chosen URL.
New: Added a new filter, rda_allowlist, to configure pages that should be accessible to all users, regardless of their capabilities or roles (see FAQ for usage)
Improved: Added a description that clarifies that the Login Message is only displayed on the WordPress "Log In" screen
Improved: The User Profile Access text is now a proper label for the checkbox
Fixed: Allow access to the Wordfence 2FA configuration page (closes #33)
Tweak: Prevent directly accessing PHP files by checking for ABSPATH (closes #26)
Tweak: Prevent browsing directories on poorly-configured servers by adding index.php files in plugin directories
1.2 on January 29, 2024
rda_allowlist
, to configure pages that should be accessible to all users, regardless of their capabilities or roles (see FAQ for usage)ABSPATH
(closes #26)index.php
files in plugin directories