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",
|
||||
"attrs": {
|
||||
"use_global_settings": true,
|
||||
"host": "localhost",
|
||||
"port": 25,
|
||||
"username": "",
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
},
|
||||
"model": "authentik_stages_email.emailstage",
|
||||
"attrs": {
|
||||
"use_global_settings": true,
|
||||
"host": "localhost",
|
||||
"port": 25,
|
||||
"username": "",
|
||||
|
|
Reference in New Issue