From 6ced723e4f15cf3c4ddee30656932a558e274c41 Mon Sep 17 00:00:00 2001 From: Cooper Dalrymple Date: Tue, 9 Jun 2026 13:09:33 -0500 Subject: [PATCH] Fix lost password form --- inc/abstract-location.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/abstract-location.php b/inc/abstract-location.php index 0f2513b..9c657bf 100644 --- a/inc/abstract-location.php +++ b/inc/abstract-location.php @@ -96,10 +96,8 @@ abstract class LoginLocation extends Location { #[Override] public function activate(): void { - add_action('lostpassword_form', [$this, 'render']); add_action('login_head', [$this, 'header']); add_action('login_footer', [$this, 'footer']); - add_action('lostpassword_post', [$this, 'process_form']); } private function get_action():string {