Skip to content

How to remove rate limiter for forgot-password? #48273

Closed Answered by amlxv
amlxv asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you @henzeb for your response. I've found the solution.

config/auth.php

'passwords' => [
    'users' => [    
        'provider' => 'users',
        'table' => 'password_reset_tokens',
        'expire' => 60,
        'throttle' => 0, // default: 60
    ],
],

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by amlxv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants