We're so excited to introduce a highly request feature: password protection!
You can protect your whole site with a single password. Your site visitors must enter the password, then they can access all pages until they refresh the page, which will ask them to enter the password again.
Demo
Check out this live demo:
How to enable it?
- Log into the dashboard
- Go to your site settings,
https://app.quotion.co/site/<your-site>/settings
- Enter the password into the password protection form
- Click the save button
- Wait for 1 minute
- 🎉 Your site is protected by the password now!
Is it safe to use it with highly confidential content like my bank password?
We don't recommend using it with highly confidential content.
While our system employs industry-standard security measures, we cannot guarantee that hackers will not be able to breach our system. In fact, no company in the world can make such a guarantee.
ProductUpdate
Create your blogs directly from Apple Notes.
Say goodbye to complex CMS updates and management issues!
You focus on creating quality content while Quotion takes care of the rest.
Latest
More from the blog
Qing
Launch your blog from Apple Notes in 4 simple steps
Do you know that you can turn Apple Notes into web pages? With Quotion, it's not only possible, but also surprisingly simple! In this tutorial, I'll walk you through the process of transforming your notes into blog posts using Quotion. TLDR 1. Sign up with Quotion First of all, you'll need a Quotion account.
Read post
Qing
ProductUpdate
Custom CSS is available in the Lite plan
Previously, custom CSS was only available in the Pro+ plan. Since many of our customers are coming from WordPress, which includes custom CSS in the entry-level plan, they expect Quotion to have a similar feature. Therefore, we have included this feature in the Lite plan to help them migrate to Quotion more smoothly. If
Read post
Qing
Engineering
How to fix Sentry /tunnel HTTP 405 error
TLDR Just add /tunnel or /monitoring routes to your Next.js middleware matcher ignored list, these routes should be rewritten to Sentry’s service, don’t need to be handled by your Next.js middleware. Sentry is a popular service used to monitor product errors, which Quotion is also using. I build Quotion with Vercel Platforms Starter Kit,
Read post