Fixed reset password and resend verification being case sensitive

This commit is contained in:
2026-03-09 16:51:17 +00:00
parent ead3bfd7b8
commit be80448cc0
2 changed files with 103 additions and 2 deletions

View File

@@ -18,4 +18,5 @@ $app->group('/account', function () {
->setName('register');
$this->post('/forgot-password', 'UserFrosting\Sprinkle\UFTweaks\Controller\AccountController:forgotPassword');
$this->post('/resend-verification', 'UserFrosting\Sprinkle\UFTweaks\Controller\AccountController:resendVerification');
})->add(new NoCache());