ForgotPassword gains sendResetLink() + a ResetPassword component at
/reset-password/{token} using Laravel's password broker. The email option is
shown only when mail.default is a real mailer (hidden while MAIL_MAILER=log), so
it activates automatically once SMTP is configured. Tested with Notification::fake.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| forgot-password.blade.php | ||
| login.blade.php | ||
| password-change.blade.php | ||
| recovery-codes.blade.php | ||
| reset-password.blade.php | ||
| two-factor-challenge.blade.php | ||
| two-factor-setup.blade.php | ||