Post Password
Protect individual posts with passwords alongside site-wide password protection.
Usage
Add the password
frontmatter to any note:
===
password: "my-password"
===
Always use double quotes for the password in case of special characters.
Security Features
- Dynamic Rendering: Quotion renders password-protected posts dynamically, unlike static rendering for regular sites.
- Content Protection: User content isn't sent to visitors until the correct password is entered.
- JavaScript/CSS Manipulation Prevention: Hackers can't bypass protection by disabling JavaScript or manipulating CSS.
Security Considerations
While Quotion uses industry-standard security measures, we don't recommend using this feature for highly confidential content (e.g., bank passwords).
Note: No system can guarantee 100% protection against determined hackers.
FAQs
How is this guide?