<?xml version="1.0"?>
<!--
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_ForceLogin
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2020 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <forcelogin>
            <general>
                <enable>1</enable>
                <disable_register>0</disable_register>
            </general>
            <page>
                <enable>1</enable>
                <message>You need login to access this page</message>
                <product_page>0</product_page>
                <category_page>0</category_page>
                <cart_page>0</cart_page>
                <checkout_page>0</checkout_page>
                <search_term_page>0</search_term_page>
                <advanced_search_page>0</advanced_search_page>
                <search_result_page>0</search_result_page>
                <contact_page>0</contact_page>
                <ignore_router>
                    btwob/account/create,
                    company/account/create
                </ignore_router>
            </page>
        </forcelogin>
    </default>
</config>
