Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Password reset - option to not require email #414

Closed
garygreen opened this issue Feb 15, 2017 · 2 comments
Closed

Password reset - option to not require email #414

garygreen opened this issue Feb 15, 2017 · 2 comments

Comments

@garygreen
Copy link

With every laravel version you've had to re-confirm your email address when resetting your password on the reset form.

I've not come across a site that asks you to confirm your email address during a reset request - it seems like an unnecessary step. It would be nice if you could optionally disable requiring this field inside your controller like:

class ResetPasswordController extends Controller
{
    use ResetsPasswords;

    protected $confirmEmail = false;
}
@sebastiandedeyne
Copy link

Agree that this would be nice in core. One less thing we'd have to override in our own applications since we disable the e-mail field by default!

@fernandobandeira
Copy link

fernandobandeira commented Feb 15, 2017

Actually there's a PR for this: laravel/framework#17499 😄

The email field has been removed from the reset form.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants