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:
parent
ebc06f1abe
commit
184f119b16
|
@ -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": "",
|
||||||
|
|
|
@ -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": "",
|
||||||
|
|
Reference in New Issue