Point IS 7.3.0+ self-registration guide to the Flows guide (product-is#28312) - #6316
Point IS 7.3.0+ self-registration guide to the Flows guide (product-is#28312)#6316sumuditha-V wants to merge 1 commit into
Conversation
From IS 7.3.0, self-registration is configured under Flows > Self Registration. Add a version-gated note so users landing on the legacy Account configurations page are directed to the current guide. Resolves wso2/product-is#28312
|
|
|
Caution Review failedFailed to post review comments. GitHub was unavailable or timed out while CodeRabbit was posting the review. Please request a new review later if the pull request still needs one. This happened while posting 1 inline comment. Use ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**/*.md📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
🧠 Learnings (9)📚 Learning: 2026-03-05T13:28:36.416ZApplied to files:
📚 Learning: 2026-03-05T16:33:40.392ZApplied to files:
📚 Learning: 2026-03-06T10:40:08.626ZApplied to files:
📚 Learning: 2026-03-09T11:04:58.897ZApplied to files:
📚 Learning: 2026-04-19T16:23:42.995ZApplied to files:
📚 Learning: 2026-04-21T16:09:56.532ZApplied to files:
📚 Learning: 2026-03-10T10:09:56.036ZApplied to files:
📚 Learning: 2026-04-03T08:17:54.213ZApplied to files:
📚 Learning: 2026-04-02T11:13:01.673ZApplied to files:
📝 WalkthroughWalkthroughThe self-registration guide now warns that its Console instructions apply to Identity Server 7.2.0 and earlier. It directs users of version 7.3.0 and later to Flows > Self Registration. ChangesSelf-registration documentation
Suggested labels: Suggested reviewers: Merge Risk: ⚪ Minimal · up to The PR updates the legacy self-registration guidance for IS 7.3.0 without affecting product code or runtime behavior. No actionable merge-blocking risk remains; it is merge-ready after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Purpose
Resolves wso2/product-is#28312
The legacy self-registration guide under Account configurations > User onboarding is no longer in the left navigation for IS 7.3.0, but it is still published and still reachable through search. It tells readers to go to Login & Registration > User Onboarding > Self Registration, a Console path that does not exist in 7.3.0 — self-registration moved to Flows > Self Registration (documented in guides/flows/self-registration).
This PR adds a version-gated note at the top of the shared include so readers who land on the legacy page from search are pointed to the current guide. The page itself is kept so that the content that is still accurate (customizing the registration attributes, retrieving account verification status via SCIM2) and the existing inbound links from other pages are not lost.
The note mirrors the pattern already used in this file for WSO2 Identity Platform, added in #6284.
Rendering, by
is_version:7.0.0/7.1.0/7.2.0— unchanged, note not rendered.7.3.0andnext— note rendered.product_name.Related PRs
Test environment
Documentation-only change; no product code involved. Verified the Jinja condition against the
is_versionvalue set in eachmkdocs.ymlunderen/identity-server/so that the note renders only for7.3.0andnextand not for7.0.0–7.2.0or Asgardeo.Security checks