Skip to content

Commit afc3de6

Browse files
committed
Clarify 2FA requirements pre/post 5.6
1 parent 45b4a6b commit afc3de6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/5.x/system/user-management.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The behavior of Craft’s user registration and authentication system is governe
7474
### Project Config
7575

7676
- **User Photo Location**: Which volume user profile assets are stored in. Files are always uploaded directly to a profile, and cannot be selected from the existing asset library.
77-
- **Require two-step verification**: Choose which user groups (if any) are required to configure a two-step verification method to access the control panel. This has no effect on users who do not have control panel permissions.
77+
- **Require two-step verification**: Choose which user groups (if any) are required to configure a two-step verification method. After [Craft 5.6](https://github.com/craftcms/cms/releases/tag/5.6.0), this setting affects _all_ matching users, not just those with control panel access.
7878
- **Verify email addresses**: A user must demonstrate they have access to an email address before they can activate their account, or change the email on an existing account.
7979
- **Allow public registration**: Whether or not users can register from the front-end.
8080
- **Validate custom fields on public registration**: When registering via the front-end, require a complete user profile (including any fields marked as **Required** in the user field layout).
@@ -379,7 +379,8 @@ Any [credentialed](#statuses) user can set a password and log in.
379379

380380
### Control Panel
381381

382-
Users with [control panel](control-panel.md) access should use Craft’s native login form, which is shown when visiting `/admin` (or the path corresponding to your <config5:cpTrigger>). Any time an unauthenticated client tries to access a resource in the control panel, they will be redirected to the login page.
382+
Users with [control panel](control-panel.md) access should use Craft’s native login form, which is shown when visiting `/admin` (or the path corresponding to your <config5:cpTrigger>).
383+
Any time an unauthenticated client tries to access a resource in the control panel, they will be redirected to the login page.
383384

384385
After logging in (and, when configured, completing [two-step verification](#authentication)), they will be returned to the [dashboard](control-panel.md#dashboard), or whichever protected page they originally attempted to access.
385386

0 commit comments

Comments
 (0)