disable password reset
This commit is contained in:
parent
bb733c818a
commit
f81ae035dd
|
@ -7,6 +7,7 @@
|
|||
containerStateDir = "/var/lib/authelia-gssws";
|
||||
hostStateDir = "/opt/authelia";
|
||||
domain = "auth.gssws.de";
|
||||
redirectDomain = "home.gssws.de";
|
||||
servicePort = 9091;
|
||||
in {
|
||||
age.secrets.authelia_users = {
|
||||
|
@ -71,16 +72,16 @@ in {
|
|||
};
|
||||
|
||||
settings = {
|
||||
theme = "auto";
|
||||
theme = "dark";
|
||||
server.port = servicePort;
|
||||
|
||||
session.domain = domain;
|
||||
default_redirection_url = "https://home.gssws.de/";
|
||||
default_redirection_url = "https://${redirectDomain}/";
|
||||
|
||||
access_control.default_policy = "two_factor";
|
||||
|
||||
authentication_backend = {
|
||||
password_reset.disable = false;
|
||||
password_reset.disable = true;
|
||||
file = {
|
||||
path = "/run/agenix/authelia_users";
|
||||
};
|
||||
|
@ -99,7 +100,8 @@ in {
|
|||
};
|
||||
|
||||
notifier.smtp = {
|
||||
address = "smtp://mail.gssws.de:25";
|
||||
host = "mail.gssws.de";
|
||||
port = 25;
|
||||
sender = "Authelia <authelia@gssws.de>";
|
||||
identifier = "auth.gssws.de";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue