Skip to content

Commit 8f973e7

Browse files
authored
Merge pull request #5638 from ImalshaD/remove_legacy_flows
Remove legacy flows
2 parents 13d24f9 + d394ea6 commit 8f973e7

File tree

14 files changed

+35
-32
lines changed

14 files changed

+35
-32
lines changed

en/base.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -159,23 +159,6 @@ extra:
159159
link: complete-guides/fesecurity/introduction
160160
level: 2
161161

162-
nav_chip:
163-
Design login flow:
164-
type: ai
165-
level: 1
166-
Self-registration flow:
167-
type: Preview
168-
level: 4
169-
Self Registration:
170-
type: Preview
171-
level: 3
172-
Password Recovery:
173-
type: Preview
174-
level: 3
175-
Invited User Registration:
176-
type: Preview
177-
level: 3
178-
179162
nav_icons:
180163
Overview:
181164
icon: octicons/file-16
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
---
2+
search:
3+
exclude: true
4+
---
15
{% include "../../../../../../includes/guides/account-configurations/account-recovery/password-recovery.md" %}
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{% include "../../../../../../includes/guides/account-configurations/user-onboarding/invite-user-to-set-password.md" %}
1+
---
2+
search:
3+
exclude: true
4+
---
5+
{% include "../../../../../../includes/guides/account-configurations/user-onboarding/invite-user-to-set-password.md" %}

en/identity-server/next/docs/guides/account-configurations/user-onboarding/self-registration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
search:
3+
exclude: true
4+
---
15
{% set host_name = "localhost:9443" %}
26
{% set host_name_example = "localhost:9443" %}
37
{% set scim_schema_for_wso2_custom_claims = "urn:scim:wso2:schema" %}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
search:
3+
exclude: true
4+
---
15
# Account Confirmation methods for Self-Registration
26

37
{{product_name}} supports self-registration, allowing users to set up their accounts and receive a confirmation when the account is created.
@@ -52,7 +56,7 @@ The section of the guide walks you through configuring account confirmation meth
5256

5357
3. Sign in to the {{product_name}} Console application as an administrator.
5458

55-
4. Enable [User Self Registration]({{base_path}}/guides/account-configurations/user-onboarding/self-registration)
59+
4. Enable [User Self Registration]({{base_path}}/guides/flows/self-registration/)
5660

5761
### Self registering a user
5862

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
---
2+
search:
3+
exclude: true
4+
---
15
{% set product_name = "WSO2 Identity Server" %}
26
{% include "../../../../../includes/guides/user-self-service/self-register.md" %}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
---
2+
search:
3+
exclude: true
4+
---
15
{% set product_name = "WSO2 Identity Server" %}
26
{% include "../../../../../includes/guides/user-self-service/user-password-recovery.md" %}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
search:
3+
exclude: true
4+
---
15
{% set product_name = "WSO2 Identity Server" %}
26
{% set myacc_doc_url = "your-is/is-self-service" %}
37
{% include "../../../../../includes/guides/admin-portal/recover-password.md" %}

en/identity-server/next/mkdocs.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -701,11 +701,7 @@ nav:
701701
- Login attempts: guides/account-configurations/login-security/login-attempts.md
702702
- Bot detection: guides/account-configurations/login-security/bot-detection.md
703703
- Session management: guides/account-configurations/login-security/session-management.md
704-
- User Onboarding:
705-
- Self registration: guides/account-configurations/user-onboarding/self-registration.md
706-
- Invite user to set password: guides/account-configurations/user-onboarding/invite-user-to-set-password.md
707704
- Account recovery:
708-
- Password recovery: guides/account-configurations/account-recovery/password-recovery.md
709705
- Username recovery: guides/account-configurations/account-recovery/username-recovery.md
710706
- Admin Initiated Password Reset: guides/account-configurations/account-recovery/admin-initiated-password-reset.md
711707
- Notification settings: guides/account-configurations/notification-settings.md
@@ -728,11 +724,8 @@ nav:
728724
- Export profile information: guides/user-self-service/export-profile-information.md
729725
- Manage consents: guides/user-self-service/manage-consents.md
730726
- Manage login sessions: guides/user-self-service/manage-login-sessions.md
731-
- Self-register: guides/user-self-service/self-register.md
732-
- Account confirmation for self-register: guides/user-self-service/account-confirmation-for-self-register.md
733727
- Register passkeys: guides/user-self-service/register-passkey.md
734728
- Register Push Notification Device: guides/user-self-service/register-push-notification-device.md
735-
- Password recovery: guides/user-self-service/user-password-recovery.md
736729
- Username recovery: guides/user-self-service/user-username-recovery.md
737730
- Enroll TOTP: guides/user-self-service/enable-totp.md
738731
- Manage backup codes: guides/user-self-service/manage-backup-codes.md
@@ -823,7 +816,6 @@ nav:
823816
- Your WSO2 Identity Server: guides/your-is/index.md
824817
- Manage Console access: guides/your-is/manage-console-access.md
825818
- Self-service: guides/your-is/is-self-service.md
826-
- Recover your password: guides/your-is/recover-password.md
827819
- Recover your username: guides/your-is/recover-username.md
828820
- Recover super admin account: guides/your-is/recover-super-admin-account.md
829821
- Tutorials:

en/includes/guides/flows/invited-user-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Invited user registration <div class="md-chip md-chip--preview"><span class="md-chip__label">Preview</span></div>
1+
# Invited user registration
22

33
**Invited User Registration** allows users to securely set their credentials after an administrator registers them in {{product_name}}.
44

0 commit comments

Comments
 (0)