diff --git a/config.template.yml b/config.template.yml index e865f05ed..1a1ea239a 100644 --- a/config.template.yml +++ b/config.template.yml @@ -216,6 +216,7 @@ ntp: ## ## The available providers are: `file`, `ldap`. You must use only one of these providers. authentication_backend: + ## Password Reset Options. password_reset: ## Disable both the HTML element and the API for reset password functionality. diff --git a/docs/content/en/roadmap/active/dashboard-control-panel.md b/docs/content/en/roadmap/active/dashboard-control-panel.md index b68c82e55..a7f9bd37a 100644 --- a/docs/content/en/roadmap/active/dashboard-control-panel.md +++ b/docs/content/en/roadmap/active/dashboard-control-panel.md @@ -10,6 +10,8 @@ menu: parent: "active" weight: 240 toc: true +aliases: + - /r/dashboard --- This feature has several major impacts on other roadmap items. For example several OpenID Connect features would greatly diff --git a/docs/content/en/roadmap/active/internationalization.md b/docs/content/en/roadmap/active/internationalization.md index 62decdd0c..fa6bbf9ed 100644 --- a/docs/content/en/roadmap/active/internationalization.md +++ b/docs/content/en/roadmap/active/internationalization.md @@ -10,6 +10,8 @@ menu: parent: "active" weight: 230 toc: true +aliases: + - /r/i18n --- This can easily be done in the web interface and automatically adapt to the users browser. diff --git a/docs/content/en/roadmap/active/kubernetes-documentation.md b/docs/content/en/roadmap/active/kubernetes-documentation.md index 4b64278c2..b2a4898c1 100644 --- a/docs/content/en/roadmap/active/kubernetes-documentation.md +++ b/docs/content/en/roadmap/active/kubernetes-documentation.md @@ -10,6 +10,8 @@ menu: parent: "active" weight: 250 toc: true +aliases: + - /r/k8s-docs --- ## Stages diff --git a/docs/content/en/roadmap/active/multi-domain-protection.md b/docs/content/en/roadmap/active/multi-domain-protection.md index 089d38825..4547e2a22 100644 --- a/docs/content/en/roadmap/active/multi-domain-protection.md +++ b/docs/content/en/roadmap/active/multi-domain-protection.md @@ -10,6 +10,8 @@ menu: parent: "active" weight: 230 toc: true +aliases: + - /r/multi-domain-protection --- We have seen and heard the feedback from our users and we are acting on it. This feature is being prioritized. Allowing diff --git a/docs/content/en/roadmap/active/openid-connect.md b/docs/content/en/roadmap/active/openid-connect.md index 297818fd7..d37ffc6c6 100644 --- a/docs/content/en/roadmap/active/openid-connect.md +++ b/docs/content/en/roadmap/active/openid-connect.md @@ -11,6 +11,7 @@ menu: weight: 221 toc: true aliases: + - /r/openid-connect - /docs/roadmap/oidc.html --- diff --git a/docs/content/en/roadmap/active/webauthn.md b/docs/content/en/roadmap/active/webauthn.md index 11d38b011..b277ab023 100644 --- a/docs/content/en/roadmap/active/webauthn.md +++ b/docs/content/en/roadmap/active/webauthn.md @@ -10,6 +10,8 @@ menu: parent: "active" weight: 220 toc: true +aliases: + - /r/webauthn --- [WebAuthn] requires urgent implementation as it is being deprecated by Chrome. It is a modern evolution of the diff --git a/internal/configuration/config.template.yml b/internal/configuration/config.template.yml index e865f05ed..1a1ea239a 100644 --- a/internal/configuration/config.template.yml +++ b/internal/configuration/config.template.yml @@ -216,6 +216,7 @@ ntp: ## ## The available providers are: `file`, `ldap`. You must use only one of these providers. authentication_backend: + ## Password Reset Options. password_reset: ## Disable both the HTML element and the API for reset password functionality.