Disable WC lost password... for now. Getting "Token not found" error.

This commit is contained in:
Cooper Dalrymple
2026-08-26 17:27:26 -05:00
parent 958376cafd
commit 1539a6fc06
+1 -1
View File
@@ -107,7 +107,7 @@ if (!class_exists('Ogre\Captcha')) {
$this->add_files([ $this->add_files([
'inc/location/woocommerce/class-checkout.php', 'inc/location/woocommerce/class-checkout.php',
'inc/location/woocommerce/class-login.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', 'inc/location/woocommerce/class-register.php',
]); ]);
} }