You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -102,10 +103,15 @@ class RegisterController extends Controller
102
103
103
104
There is no need to override `register()`. As default, the package listens for the `Illuminate\Auth\Events\Registered` event and sends the verification mail. You can disable this behavior using the `listen_registered_event` setting.
104
105
105
-
The package adds one route vor the email verification link.
Using the `isEmailVerified` Middleware, the following form is shown to the user. It allows the user to correct his email address and resend the verification mail.
Copy file name to clipboardexpand all lines: resources/lang/en/messages.php
+7
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,12 @@
10
10
'sent' => 'We have e-mailed your account activation link!',
11
11
'token' => 'This email verification token is invalid.',
12
12
'user' => "We can't find a user with that e-mail address.",
13
+
'resend' => [
14
+
'title' => 'Email Verification',
15
+
'warning' => 'We have sent a verification mail to <strong>:email</strong>. Please activate your account with the link in this mail. If you cannot find the mail, please also check the Junk/Spam folder!',
16
+
'instructions' => 'If you have not received a verification email or if you have mistyped your email address, you can resend the verification mail.',
0 commit comments