Skip to content

Commit 35a343c

Browse files
Merge pull request #5185 from KD23243/defaultNotificationChannelConfigUpdate
Fix incorrect config in Self-Registration Account Confirmation docs
2 parents a5843b3 + 2a508f6 commit 35a343c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

en/identity-server/7.0.0/docs/guides/user-self-service/account-confirmation-for-self-register.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The section of the guide walks you through configuring account confirmation meth
4040
2. Add the following configurations to the `deployment.toml` file:
4141

4242
``` toml
43-
[identity_mgt.user_self_registration]
43+
[identity_mgt.notification]
4444
default_notification_channel = "<value>"
4545
resolve_notification_channel = true
4646
```

en/identity-server/7.1.0/docs/guides/user-self-service/account-confirmation-for-self-register.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The section of the guide walks you through configuring account confirmation meth
4040
2. Add the following configurations to the `deployment.toml` file:
4141

4242
``` toml
43-
[identity_mgt.user_self_registration]
43+
[identity_mgt.notification]
4444
default_notification_channel = "<value>"
4545
resolve_notification_channel = true
4646
```

en/identity-server/next/docs/guides/user-self-service/account-confirmation-for-self-register.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The section of the guide walks you through configuring account confirmation meth
4040
2. Add the following configurations to the `deployment.toml` file:
4141

4242
``` toml
43-
[identity_mgt.user_self_registration]
43+
[identity_mgt.notification]
4444
default_notification_channel = "<value>"
4545
resolve_notification_channel = true
4646
```

0 commit comments

Comments
 (0)