From 88fa53fb9e2f45f47b33d5edef43e7338d5c4f03 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 17 Oct 2024 21:58:02 +0200 Subject: Introduce change password functionality --- pages/chpw.templ | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/chpw.templ (limited to 'pages/chpw.templ') diff --git a/pages/chpw.templ b/pages/chpw.templ new file mode 100644 index 0000000..3cf5ded --- /dev/null +++ b/pages/chpw.templ @@ -0,0 +1,25 @@ +package pages + +import ( + "gosten/form" +) + +templ changePassword(chpw chpw) { + @content(){ + if chpw.Success { + + } + +
+

Passwort Ändern

+ @form.Form(chpw, chpw.Errors) + @chpw.Csrf() + +
+ } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2 2&id=84bb0016609612b4d1531177c7fd78d9c00afefe'>refslogtreecommitdiff
path: root/doc/TRANSLATING (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-05Install glade files into template dir and not data dirRené 'Necoro' Neumann2-2/+1
2008-03-05Added dependency listRené 'Necoro' Neumann3-117/+237