From 6cee1e20ef10608ed8f37777cdb24236487377d3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 12 Jun 2021 19:00:42 +0200 Subject: allow users to change their name --- templates/account.html.ep | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/account.html.ep b/templates/account.html.ep index dd7b11a..5e30c77 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -7,7 +7,10 @@
- % if ($success eq 'mail') { + % if ($success eq 'name') { + Name geändert + % } + % elsif ($success eq 'mail') { Mail-Adresse geändert % } % elsif ($success eq 'password') { @@ -41,7 +44,7 @@ - + -- cgit v1.2.3
Name<%= $acc->{name} %>edit<%= $acc->{name} %>
Mail