From 1539a6fc06046d6c15bb67b250be6a295386376f Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Wed, 26 Aug 2026 17:27:26 -0500 Subject: [PATCH] Disable WC lost password... for now. Getting "Token not found" error. --- ogre-captcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogre-captcha.php b/ogre-captcha.php index 6c5c6b3..7ebd774 100644 --- a/ogre-captcha.php +++ b/ogre-captcha.php @@ -107,7 +107,7 @@ if (!class_exists('Ogre\Captcha')) { $this->add_files([ 'inc/location/woocommerce/class-checkout.php', 'inc/location/woocommerce/class-login.php', - 'inc/location/woocommerce/class-lost-password.php', + // 'inc/location/woocommerce/class-lost-password.php', 'inc/location/woocommerce/class-register.php', ]); }