website: set use_global_settings to true for example flows with email stages

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-09-22 18:52:55 +02:00
parent ebc06f1abe
commit 184f119b16
2 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@
}, },
"model": "authentik_stages_email.emailstage", "model": "authentik_stages_email.emailstage",
"attrs": { "attrs": {
"use_global_settings": true,
"host": "localhost", "host": "localhost",
"port": 25, "port": 25,
"username": "", "username": "",

View File

@ -83,6 +83,7 @@
}, },
"model": "authentik_stages_email.emailstage", "model": "authentik_stages_email.emailstage",
"attrs": { "attrs": {
"use_global_settings": true,
"host": "localhost", "host": "localhost",
"port": 25, "port": 25,
"username": "", "username": "",