Descripción
Portal Entry Guard allows you to protect selected WordPress pages with a lightweight email access gate.
Visitors must enter a valid email address before accessing a protected page. No user account, OTP, or email verification is required.
The plugin is designed to be simple, lightweight, and easy to configure.
Features
- Protect selected WordPress pages.
- Select multiple pages from the plugin settings.
- Easily unselect pages to remove protection.
- Simple email-based access form.
- No OTP or email verification required.
- Configurable access duration from 1 to 365 days.
- Secure token-based visitor access.
- Nonce-protected form submission.
- Email addresses are stored for access tracking.
- Administrator users with the manage_options capability can bypass the gate.
- Responsive and lightweight frontend design.
- No page builder dependency.
Configuration
After activation, go to:
Settings > Portal Entry Guard
Protected Pages
Select the pages that should require email access.
You can select multiple pages and unselect previously selected pages at any time.
Remember Visitor For
Set how many days a visitor should retain access to protected resources.
The available range is 1 to 365 days.
Gate Title
Customize the title displayed on the access page.
Description
Customize the message displayed above the email form.
Privacy Text
Add a short privacy message explaining how the visitor’s email address will be used.
How It Works
When a visitor opens a protected page:
- The plugin checks whether the page is protected.
- If the visitor does not have a valid access token, the email gate is displayed.
- The visitor enters their email address.
- The email address is validated.
- A secure access token is generated.
- The token is stored securely and associated with the protected page.
- The visitor receives access to the protected page.
- Access remains available until the configured expiration period.
Security
Portal Entry Guard uses:
- WordPress nonces for form validation.
- Sanitized email input.
- Secure random token generation.
- SHA-256 token hashes in the database.
- HTTP-only cookies.
- SameSite cookie protection.
- Expiration timestamps for access tokens.
- Capability checks for administrator bypass.
Privacy
The plugin stores email addresses submitted through the access form along with access-token information.
Site administrators are responsible for configuring their privacy policy and ensuring that the plugin’s use complies with applicable privacy and data-protection requirements.
Instalación
- Upload the
portal-entry-guardfolder to the/wp-content/plugins/directory. - Activate the plugin through the
Pluginsscreen in WordPress. - Go to
Settings > Portal Entry Guard. - Select the pages you want to protect.
- Configure the access duration and gate text.
- Click
Save Settings.
FAQ
-
Does the plugin send an OTP?
-
No. The plugin does not send OTPs or require email verification.
-
Does the visitor need a WordPress account?
-
No. Visitors only need to provide a valid email address.
-
Can I protect multiple pages?
-
Yes. Multiple pages can be selected from the plugin settings.
-
Can I remove protection from a page?
-
Yes. Uncheck the page in the Protected Pages list and save the settings.
-
How long does visitor access remain active?
-
The administrator can configure the access duration from 1 to 365 days.
-
Can administrators access protected pages without entering an email?
-
Yes. Users with the
manage_optionscapability can bypass the email gate.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
"Portal Entry Guard" es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce "Portal Entry Guard" a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.2.0
- Added configurable protected pages.
- Added the ability to unselect protected pages.
- Added configurable access duration.
- Added customizable gate title, description, and privacy text.
- Added secure token-based access.
- Added responsive frontend gate design.
- Added nonce verification.
- Added administrator bypass.