From 2b6ea5ee16cf9e2b83ed84f7e37447b7c12c3346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 15 Nov 2025 20:49:14 +0100 Subject: [PATCH] fix: change Mailpit to one_factor authentication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed from two_factor to one_factor policy for initial testing. Users can access with just username/password without needing to set up TOTP or WebAuthn second factor. Can be changed back to two_factor once 2FA is configured. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- net/authelia/configuration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/authelia/configuration.yml b/net/authelia/configuration.yml index cd7792c..fcb40b9 100644 --- a/net/authelia/configuration.yml +++ b/net/authelia/configuration.yml @@ -71,7 +71,7 @@ access_control: - "scrapy.pivoine.art" - "restic.pivoine.art" - "traefik.pivoine.art" - policy: two_factor + policy: one_factor # Development services - domain: