fix: add watch:true to Authelia config so new users auto-reload

This commit is contained in:
Claus Lohmar 2026-07-11 21:55:10 +01:00
parent 03ae910b3f
commit d82b1a9a6b
3 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,16 @@
# Changelog # 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 ## 0.1.0.0037 — 2026-07-11
### Changed ### Changed

View file

@ -1 +1 @@
0.1.0.0037 0.1.0.0038

View file

@ -40,6 +40,7 @@ access_control:
authentication_backend: authentication_backend:
file: file:
path: /config/users_database.yml path: /config/users_database.yml
watch: true
session: session:
name: nextworkspace_session name: nextworkspace_session