Skip to content

Commit

Permalink
Getting Started: Improve user management and OIDC documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lastzero committed Jul 12, 2024
1 parent aae71ae commit 43c05d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/developer-guide/api/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If a [local password](../../user-guide/users/cli.md#changing-a-password) has bee

### Deleting Accounts

Deleted accounts remain linked to the *Subject ID*, so logging in via *OIDC* is no longer possible and no new account will be registered for the same the *Subject ID* either.
Deleted accounts remain linked to the *Subject ID*, so logging in via *OIDC* is no longer possible and no new account can be registered for the same the *Subject ID* either.

If you wish to change the connected user account or create a new account instead, you must therefore change the authentication for the old account to *None* before deleting it.

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/advanced/openid-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If a [local password](../../user-guide/users/cli.md#changing-a-password) has bee

### Deleting Accounts

Deleted accounts remain linked to the *Subject ID*, so logging in via *OIDC* is no longer possible and no new account will be registered for the same the *Subject ID* either.
Deleted accounts remain linked to the *Subject ID*, so logging in via *OIDC* is no longer possible and no new account can be registered for the same the *Subject ID* either.

If you wish to change the connected user account or create a new account instead, you must therefore change the authentication for the old account to *None* before deleting it.

Expand Down

0 comments on commit 43c05d0

Please sign in to comment.