Skip to content

Commit 2be47db

Browse files
authored
chore: add docs for code MFA (#2019)
1 parent c855b6b commit 2be47db

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/kratos/emails-sms/05_custom-email-templates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ automatically uses the built-in template.
112112

113113
:::info
114114

115-
The recovery & verification templates only show the versions for the method (**One time code** or **link**) you have selected in
115+
The recovery & verification templates only show the versions for the method (**one-time code** or **link**) you have selected in
116116
the flow configuration.
117117

118118
- <ConsoleLink route="project.recovery" />

docs/kratos/mfa/30_sms.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
1010
import BrowserWindow from "@site/src/theme/BrowserWindow"
1111
```
1212

13-
SMS and email can be used to deliver one time codes to users. Ory will deliver a 6-digit code to an SMS / email gateway of your
13+
SMS and email can be used to deliver one-time codes to users. Ory will deliver a 6-digit code to an SMS / email gateway of your
1414
choice, such as Twilio, Amazon SNS, SMTP, or your own application. These codes are valid for a short amount of time, usually 15
1515
minutes or less. Once the user completes the challenge, by entering the code, the AAL of the session is upgraded to AAL2.
1616

@@ -30,6 +30,15 @@ To enable MFA via SMS, you need to configure an SMS channel in the Ory configura
3030

3131
```mdx-code-block
3232
<Tabs groupId="console-or-cli">
33+
<TabItem value="console" label="Ory Console" default>
34+
```
35+
36+
1. Go to <ConsoleLink route="project.mfa" />.
37+
2. Toggle **Enable one-time code multi factor authentication**.
38+
3. Click **Save**.
39+
40+
```mdx-code-block
41+
</TabItem>
3342
<TabItem value="cli" label="Ory CLI" default>
3443
```
3544

0 commit comments

Comments
 (0)