enhance password reset

This commit is contained in:
2020-04-13 10:04:56 +02:00
parent 868fdf8fb7
commit 4b5de36111
4 changed files with 32 additions and 8 deletions
+9
View File
@@ -0,0 +1,9 @@
{{define "body_content"}}
{{ if ne .UserName "" }}
Sie sind bereits eingeloggt!
{{ else }}
<div class="notification is-info">
Passwort wurde erfolgreich ge&auml;ndert!
</div>
{{ end }}
{{end}}