Skip to content

Commit

Permalink
fix some anchors
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu committed Sep 23, 2024
1 parent 1c1c776 commit 60699f7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/docs/flow/stages/identification/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Starting with authentik 2023.5, when no user fields are selected and only one so

### Passwordless flow

See [Passwordless authentication](../authenticator_validate/index.md#passwordless-authentication).
See [Passwordless authentication](../authenticator_validate/index.md#passwordless-authentication-authentik-2021124).

### Enrollment flow

Expand Down
2 changes: 1 addition & 1 deletion website/docs/flow/stages/password/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a generic password prompt which authenticates the current `pending_user`

## Passwordless login

There are two different ways to configure passwordless authentication; you can follow the instructions [here](../authenticator_validate/index.md#passwordless-authentication) to allow users to directly authenticate with their authenticator (only supported for WebAuthn devices), or dynamically skip the password stage depending on the users device, which is documented here.
There are two different ways to configure passwordless authentication; you can follow the instructions [here](../authenticator_validate/index.md#passwordless-authentication-authentik-2021124) to allow users to directly authenticate with their authenticator (only supported for WebAuthn devices), or dynamically skip the password stage depending on the users device, which is documented here.

Depending on what kind of device you want to require the user to have:

Expand Down
4 changes: 2 additions & 2 deletions website/docs/installation/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Note that `USE_PGBOUNCER` and `USE_PGPOOL` are inherited from the main database
- `AUTHENTIK_CACHE__TIMEOUT_REPUTATION`: Timeout for cached reputation until they expire in seconds, defaults to 300

:::info
`AUTHENTIK_CACHE__TIMEOUT_REPUTATION` only applies to the cache expiry, see [`AUTHENTIK_REPUTATION__EXPIRY`](#authentik_reputation__expiry) to control how long reputation is persisted for.
`AUTHENTIK_CACHE__TIMEOUT_REPUTATION` only applies to the cache expiry, see [`AUTHENTIK_REPUTATION__EXPIRY`](#authentik_reputation__expiry-span-classbadge-badge--versionauthentik-202382span) to control how long reputation is persisted for.
:::

## Channel Layer Settings (inter-instance communication)
Expand All @@ -136,7 +136,7 @@ Note that `USE_PGBOUNCER` and `USE_PGPOOL` are inherited from the main database
- `AUTHENTIK_BROKER__TRANSPORT_OPTIONS`: Base64-encoded broker transport options

:::info
`AUTHENTIK_REDIS__CACHE_TIMEOUT_REPUTATION` only applies to the cache expiry, see [`AUTHENTIK_REPUTATION__EXPIRY`](#authentik_reputation__expiry) to control how long reputation is persisted for.
`AUTHENTIK_REDIS__CACHE_TIMEOUT_REPUTATION` only applies to the cache expiry, see [`AUTHENTIK_REPUTATION__EXPIRY`](#authentik_reputation__expiry-span-classbadge-badge--versionauthentik-202382span) to control how long reputation is persisted for.
:::

## Listen Settings
Expand Down
2 changes: 1 addition & 1 deletion website/docs/releases/2022/v2022.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: "/releases/2022.9"

## Breaking changes

- `WORKERS` environment variable has been renamed to match other config options, see [Configuration](../installation/configuration#authentik_web__workers)
- `WORKERS` environment variable has been renamed to match other config options, see [Configuration](../../installation/configuration.mdx#authentik_web__workers-span-classbadge-badge--versionauthentik-20229span)

## New features

Expand Down
2 changes: 1 addition & 1 deletion website/docs/user-group-role/user/user_ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The User object has the following properties:
- `is_active` Boolean field if user is active.
- `date_joined` Date user joined/was created.
- `password_change_date` Date password was last changed.
- `path` User's path, see [Path](#path)
- `path` User's path, see [Path](#path-authentik-20227)
- `attributes` Dynamic attributes, see [Attributes](#attributes)
- `group_attributes()` Merged attributes of all groups the user is member of and the user's own attributes.
- `ak_groups` This is a queryset of all the user's groups.
Expand Down

0 comments on commit 60699f7

Please sign in to comment.