Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the self registration doc location and update the configuration part #4809

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/identity-server/next/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,13 +538,13 @@ nav:
- Export profile information: guides/user-self-service/export-profile-information.md
- Manage consents: guides/user-self-service/manage-consents.md
- Manage login sessions: guides/user-self-service/manage-login-sessions.md
- Self-register: guides/user-self-service/self-register.md
- Account confirmation for self-register: guides/user-self-service/account-confirmation-for-self-register.md
- Register passkeys: guides/user-self-service/register-passkey.md
- Password recovery: guides/user-self-service/user-password-recovery.md
- Enroll TOTP: guides/user-self-service/enable-totp.md
- Manage backup codes: guides/user-self-service/manage-backup-codes.md
- Discover applications: guides/user-self-service/discover-applications.md
- Self-register: guides/user-self-service/self-register.md
- Build self-service capabilities: guides/user-self-service/build-self-service-capabilities.md
- Organizations:
- Organizations: guides/organization-management/index.md
Expand Down
2 changes: 1 addition & 1 deletion en/includes/guides/user-self-service/self-register.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
If an administrator has enabled self-registration for an organization, users can sign up and create their own accounts without the involvement of an administrator.

!!! note
Learn how administrators can [enable self-registration]({{base_path}}/guides/user-self-service/configure-self-service-portal/#enabledisable-the-my-account-portal) in an organization.
Learn how administrators can [enable self-registration]({{base_path}}/guides/account-configurations/user-onboarding/self-registration) in an organization.

## Self-registration methods

Expand Down