feat(authelia): use 2FA by default
This commit is contained in:
parent
66f9d9ab91
commit
e514664004
|
@ -92,7 +92,7 @@ in {
|
|||
default_policy = "deny";
|
||||
rules = [{
|
||||
domain = [ "*.felschr.com" ];
|
||||
policy = "one_factor";
|
||||
policy = "two_factor";
|
||||
}];
|
||||
};
|
||||
session = {
|
||||
|
|
Loading…
Reference in a new issue