Skip to content

Commit 97fabab

Browse files
committed
docs: update list order
1 parent d0006e9 commit 97fabab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/auth_actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
Authentication Actions are a way to group actions that can happen after login or registration.
88
Shield ships with two actions you can use, and makes it simple for you to define your own.
99

10-
1. **Email-based Two Factor Authentication** (Email2FA) will send a 6-digit code to the user's
10+
1. **Email-based Account Activation** (EmailActivate) confirms a new user's email address by
11+
sending them an email with a link they must follow in order to have their account activated.
12+
2. **Email-based Two Factor Authentication** (Email2FA) will send a 6-digit code to the user's
1113
email address that they must confirm before they can continue.
12-
2. **Email-based Account Activation** (EmailActivate) confirms a new user's email address by
13-
sending them an email with a link they must follow in order to have their account activated.
1414

1515
## Configuring Actions
1616

0 commit comments

Comments
 (0)