website/docs: update info about footer links to match new UI (#12120)

* edit to match new UI

* polished text

* more tweaks

* additional sentence about Flow Executor and link to docs

---------

Co-authored-by: Tana M Berry <tana@goauthentik.com>
This commit is contained in:
Tana M Berry
2024-11-21 14:14:15 -06:00
committed by GitHub
parent 5fd1cdbb49
commit 1c5d61209e

View File

@ -35,7 +35,7 @@ Enable the ability for users to change their Email address, defaults to `false`.
### Allow users to change username ### Allow users to change username
Enable the ability for users to change their Usernames, defaults to `false`. Enable the ability for users to change their usernames, defaults to `false`.
### Event retention ### Event retention
@ -43,15 +43,11 @@ Configure how long [Events](./events/index.md) are retained for within authentik
### Footer links ### Footer links
This option configures the footer links on the flow executor pages. This option allows you to add linked text (footer links) on the bottom of flow pages. You can also use this setting to display additional static text to the flow pages, even if no URL is provided.
The setting can be used as follows: The URL is limited to web and email addresses. If the name is left blank, the URL will be shown.
```json This is a global setting. All flow pages that are rendered by the [Flow Executor](../add-secure-apps/flows-stages/flow/executors/if-flow.md) will display the footer links.
[{ "name": "Link Name", "href": "https://goauthentik.io" }]
```
Starting with authentik 2024.6.1, the `href` attribute is optional, and this option can be used to add additional text to the flow executor pages.
### GDPR compliance ### GDPR compliance