• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

How To Disable Password for pages?

Hammer

Chevereto Member
hi,
Today i installed chevereto and enabled the password for private mode
but this password needed for all page's too
how to disable password for page's?
 
Open includes/classes/class.handler.php and replace this:

PHP:
if($this->template=='index' || $this->template=='pages/'.$this->base_request) {

With this:
PHP:
if($this->template=='index') {
 
Back
Top