password expiry email

This commit is contained in:
2026-04-16 14:23:07 -04:00
parent 093b33db0d
commit 812a40492f

View File

@@ -44,7 +44,7 @@ func CheckPasswordExpriy() {
data := map[string]any{
"Username": search.GetEntry(i).GetAttributeValue("cn"),
"ExpiredAt": formatted,
"ResetURL": "https://example.com/reset?token=abc123",
"ResetURL": fmt.Sprintf("%s", serverConfig.WebserverConfig.BaseURL),
"ServiceName": "Astral Tech",
}