adapted password change mail text

This commit is contained in:
2020-04-11 16:23:11 +02:00
parent 82319babf7
commit 868fdf8fb7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ func Contains(a []string, x string) bool {
if x == n {
return true
}
if "@" + x == n {
if "@"+x == n {
return true
}
}
+1 -1
View File
@@ -27,7 +27,7 @@ Subject: Passwortaenderung auf https://mini-beieli.ch, bitte bestaetigen
Lieber Benutzer von mini-beieli.ch
Sie haben soeben eine Passwortaenderung veranlasst. Bitte klicken Sie folgenden Link,
um die Registration abzuschliessen:
um das neue Passwort zu aktivieren:
https://mini-beieli.ch/confirm?id=` + confirm_id + `
+1 -1
View File
@@ -5,8 +5,8 @@ import (
"net/http"
"os"
"path"
"time"
"strings"
"time"
)
func serveTemplate(w http.ResponseWriter, r *http.Request) {