From ec7e5b35cda51c189501c1a1b8e7b0bbbda5b9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Fri, 16 Jul 2021 13:27:43 +0800 Subject: Remove whitespaces --- catalog.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'catalog.cfg') diff --git a/catalog.cfg b/catalog.cfg index 8974467..aab8c08 100644 --- a/catalog.cfg +++ b/catalog.cfg @@ -144,7 +144,7 @@ ImageDir __IMAGE_DIR__/ ## Here we pick up the region variables like LEFTONLY_TOP and LEFTONLY_BOTTOM. ## ## Commenting; new variables TOP and BOTTOM will be defined in variable directory. -## No longer going to need multiple leftright_top, leftonly_top, etc; will be +## No longer going to need multiple leftright_top, leftonly_top, etc; will be ## defined in "display_class" in each page. #DirConfig Variable templates/regions @@ -227,7 +227,7 @@ UserTrack no # during your testing. RobotLimit 100 -# We also count the number of accesses from the same IP address. More than +# We also count the number of accesses from the same IP address. More than # RobotLimit accesses within a one hour period will cause a Forbidden result. # Uncomment the following line to change the 1 hour period to 30 minutes. # Limit ip_session_expire 30 @@ -426,11 +426,11 @@ FormIgnore mv_handling # # -# Along these lines further, for better integrity and less chance of a +# Along these lines further, for better integrity and less chance of a # user screwing up your order routes: # Note that __ORDER_ROUTES__ is empty by default, default Route "default" # is used with cascades -FormIgnore mv_order_route +FormIgnore mv_order_route ## This route places the order entry in the database. If you don't ## have an inventory table (or a userdb table for that matter) make @@ -572,14 +572,14 @@ EOR AutoModifier pricing:price_group -# +# # If the user is not a dealer (or not logged in) then pricing just comes # from "price". Any quantity discounts will be set in the qN fields in the # database, and are separate from dealer quantity discounts. -# +# Profile dealer < < < Date: Fri, 16 Jul 2021 13:28:19 +0800 Subject: Capitalise --- catalog.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog.cfg') diff --git a/catalog.cfg b/catalog.cfg index aab8c08..37aa848 100644 --- a/catalog.cfg +++ b/catalog.cfg @@ -538,7 +538,7 @@ Profiles include/profiles/*.* ## Sets the default as to whether items are aggregated or ordered ## on separate lines. Can be overridden with mv_separate_items=0 in ## URL or form. -SeparateItems no +SeparateItems No #==========================================================================# -- cgit v1.2.3 From f97027b6a634e3a89783fbf34e6ddec26884c278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Fri, 16 Jul 2021 13:28:35 +0800 Subject: Strap's default prevents from logging in? --- catalog.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog.cfg') diff --git a/catalog.cfg b/catalog.cfg index 37aa848..87aeebe 100644 --- a/catalog.cfg +++ b/catalog.cfg @@ -278,7 +278,7 @@ UserDB default from_plain 1 UserDB default bcrypt_pepper __BCRYPT_PEPPER__ # Set to 1 to make the username and password case-insensitive -UserDB default ignore_case 0 +UserDB default ignore_case 1 # Change a field to something that doesn't conflict in MySQL UserDB default time_field mod_time -- cgit v1.2.3