Page Private

Last modified: 5/13/2026

Page Private

The Private setting makes a page accessible only to its creator and administrators. It is the strongest per-page access control and overrides every other view or edit rule on the page.

What It Does

When Private is enabled on a page:

How To Set It

private: true

The dedicated private frontmatter field is the canonical signal. Earlier versions of GeoHazardWatch used a user-keywords: [private] entry; that mechanism was removed in v3.7.0. All existing pages have been migrated. New pages should use only the top-level private field.

Who Can Set or Remove It

Precedence Over Other Settings

Private is the highest-priority per-page rule. When private: true is set:

SettingEffect when Private is on
Page AudienceIgnored — does not grant or deny view
access: { view, edit, delete }Ignored — does not grant or deny anything
Author LockIgnored — Private already restricts edit to creator + admins
Global access policiesIgnored — Private decides alone

Removing Private (setting private: false or unchecking the box) restores normal evaluation through Audience / access / global policies.

Creator vs Author

Private access uses the page's creator — the user who first saved the page with private: true — for the per-page allowlist. If the author frontmatter field has been changed to a different name, the author field does not affect Private access.

What Private Does NOT Do

See Also