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
By default, once a user registers they have an active account that can be used. You can enable Shield's built-in, email-based activation flow within the `Auth` config file.
@@ -126,8 +115,16 @@ public array $actions = [
126
115
];
127
116
```
128
117
118
+
### Enable Two-Factor Authentication
129
119
120
+
Turned off by default, Shield's Email-based 2FA can be enabled by specifying the class to use in the `Auth` config file.
0 commit comments