authelia/internal/notification
Amir Zarrinkafsh aa03981024
fix(notification): don't remove file based notifier on start up (#1862)
Attempting to run Authelia with least privilege principle as the `nobody` user and a file based notifier will cause issues during start up as the user cannot remove the notification file.

Given that ioutil.WriteFile truncates the file before writing the removal should not be necessary.

Fixes #1846.
2021-03-31 13:27:31 +11:00
..
const.go [FEATURE] Plain Text Email Notifications (#1238) 2020-08-21 12:16:23 +10:00
file_notifier.go fix(notification): don't remove file based notifier on start up (#1862) 2021-03-31 13:27:31 +11:00
notifier.go [FEATURE] Plain Text Email Notifications (#1238) 2020-08-21 12:16:23 +10:00
smtp_login_auth.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
smtp_login_auth_test.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
smtp_notifier.go [MISC] Add missing CLI suite test (#1607) 2021-01-17 10:23:35 +11:00
smtp_notifier_test.go [FEATURE] Enhance LDAP/SMTP TLS Configuration and Unify Them (#1557) 2021-01-04 21:28:55 +11:00