
內容簡介
GlocalSaino WebPagesPassworded 外掛提供一個單一的入口頁面,讓使用者能夠透過密碼訪問一組受保護的子頁面。使用者只需在父頁面插入短碼 [glocalsaino_wppw],即可輕鬆設置和管理多個密碼保護的內容。
【主要功能】
• 單一入口點 — 一個頁面可訪問所有受保護的子頁面
• 自動重定向 — 正確密碼後自動跳轉至子頁面
• 會話 Cookie — 密碼在 10 天內自動保存
• 安全性隨機碼 — 防止 CSRF 攻擊的安全措施
• 可自訂錯誤訊息 — 設定錯誤密碼和鎖定訊息
• 防暴力破解 — 5 次失敗後鎖定 15 分鐘
外掛標籤
開發者團隊
② 後台搜尋「GlocalSaino WebPagesPassworded」→ 直接安裝(推薦)
原文外掛簡介
GlocalSaino WebPagesPassworded creates a single access page that acts as a gateway for a group of password-protected child pages. Place the [glocalsaino_wppw] shortcode on a parent page: the plugin renders a password form and, on a correct match, redirects the visitor directly to the matching child page.
Every feature listed below is included, free and unlimited — nothing is locked behind a license or upgrade.
How it works
In WordPress, create a parent page (e.g. “Private Area”) and set the pages you want to protect as its children.
Assign each child page its own password via Publish → Visibility → Password protected in the editor.
Insert the [glocalsaino_wppw] shortcode on the parent page.
When a visitor arrives, they see the plugin’s password form. If the password matches a child page, they are redirected to it automatically.
Features
Single entry point — one page with the shortcode gives access to all protected child pages.
Automatic redirect — the visitor lands directly on the right page without extra steps.
Session cookie — the password is stored in a cookie for 10 days so the visitor does not need to re-enter it on subsequent visits.
Security nonce — the form includes a WordPress nonce to guard submissions against CSRF attacks.
Customisable error messages — configure the wrong-password and lockout messages from the settings panel.
Brute-force protection — after 5 failed attempts from the same IP, access is locked for 15 minutes using WordPress transients, with no extra database tables.
Secure cookie — the session cookie is set with HttpOnly and SameSite=Strict flags.
Form design — adjust the colours, font sizes, and spacing of the form fields and button directly from the settings panel.
Button icon — choose a Font Awesome icon to display on the submit button, with configurable position (left, right, or above the text).
No external dependencies — the plugin loads no external libraries or remote resources.
Usage
Insert the shortcode on the parent page that will act as the access form:
[glocalsaino_wppw]
Optional shortcode parameters:
label — submit button text. Default: Enter.
id — id attribute of the
