Fixed reset password and resend verification being case sensitive
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user