stage/deny: add custom message (#7144)

* stage/deny: add message

* add migration, tests and schema update

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add form

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Samir Musali
2023-10-18 18:13:33 +03:00
committed by GitHub
parent 4262bd6ace
commit a60f3b4b81
9 changed files with 104 additions and 5 deletions

View File

@ -98,6 +98,16 @@ URL that the form will be submitted to.
Key-value pairs of the data that is included in the form and will be submitted to `url`.
#### Deny stage
##### `deny_message` (string)
:::info
Requires authentik 2023.10
:::
Optionally overwrite the deny message shown, has a higher priority than the message configured in the stage.
#### User write stage
##### `groups` (List of [Group objects](../../user-group/group.md))