Skip to content

Commit 422a4ee

Browse files
committed
add note on email verification
1 parent 5b4b52b commit 422a4ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- [Basic Jetstream Features](#jetstream-features)
2323
- [Profile Management](#profile-management)
2424
- [Security Features](#security-features)
25+
- [Email Verification](#email-verification)
2526
- [Account Deletion](#account-deletion)
2627
- [API Support](#api-support)
2728
- [Defining Permissions](#defining-permissions)
@@ -113,6 +114,13 @@ Profile photo support for users is made available via the `Laravel\Jetstream\Has
113114

114115
Jetstream includes forms for the user to update their password, enable two-factor authentication, and logout other authenticated browser sessions for their account. Typically, these features will not need customization. However, password reset / update and password validation logic may be customized by modifying the relevant action classes within your application's `app/Actions/Fortify` directory.
115116

117+
<a name="email-verification"></a>
118+
### Email Verification
119+
120+
Jetstream includes support for email verification. After a user registers for your application, they will be redirected to a screen instructing them to click the email verification link that has been sent to their registered email address.
121+
122+
To enable email verification, you should uncomment the `emailVerification` feature in the `features` option of your `fortify` configuration file. In addition, you should ensure your `User` model implements the `MustVerifyEmail` interface.
123+
116124
<a name="account-deletion"></a>
117125
### Account Deletion
118126

0 commit comments

Comments
 (0)