From d82b1a9a6bf66a3bd05017cd6443cceba6f4c2aa Mon Sep 17 00:00:00 2001 From: cclohmar Date: Sat, 11 Jul 2026 21:55:10 +0100 Subject: [PATCH] fix: add watch:true to Authelia config so new users auto-reload --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- config/authelia/configuration.yml | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41619a7..4af7542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.1.0.0038 — 2026-07-11 + +### Fixed +- Authelia `authentication_backend.file.watch: true` — YAML changes now auto-reload, so new users can log in immediately after creation + +### Investigation: User Onboarding Emails +- SMTP config is correct (`notifier.smtp` → `smtp.openxchange.eu:587`) +- SMTP connection test passed (TLS handshake successful) +- authelia-api does NOT send onboarding emails — returns `placeholder_password` in API response instead +- This is an API feature gap, not a configuration issue + ## 0.1.0.0037 — 2026-07-11 ### Changed diff --git a/VERSION b/VERSION index 1e65865..46c4dee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0.0037 +0.1.0.0038 diff --git a/config/authelia/configuration.yml b/config/authelia/configuration.yml index 2e6b26b..a71b202 100644 --- a/config/authelia/configuration.yml +++ b/config/authelia/configuration.yml @@ -40,6 +40,7 @@ access_control: authentication_backend: file: path: /config/users_database.yml + watch: true session: name: nextworkspace_session