Closed diominandrew closed 7 years ago
Hello
The resend is only to get again the reset link and the user must already have the confirmation_code in users table, that is created on registration.
so on successful confirmation is deleted confirmation_code in users table
On successful confirmation why to ask for a resend ?
Excuse me. You're right. I had users before I installed your solution. Thank you for your work!
After editing the file RegistersUsers.php all work!
public function resend(Request $request) { if ($request->session()->has('user_id')) {