Skip to content
Merged
Changes from 3 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
12 changes: 3 additions & 9 deletions website/docs/sys-mgmt/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,17 @@ Enable the ability for users to change their Email address, defaults to `false`.

### 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

Configure how long [Events](./events/index.md) are retained for within authentik. Default value is `days=365`. When forwarding events to an external application, this value can be decreased. When changing this value, only new events are affected.

### 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 executor pages. You can also use this setting to display additional static text to the flow executor pages, even if no URL is provided.

The setting can be used as follows:

```json
[{ "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.
The URL is limited to web and email addresses. If the name is left blank, the URL will be shown.

### GDPR compliance

Expand Down