From 25481da931ae564320d2d2cc0f4735c8b058a161 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 14 Jan 2012 10:50:47 +0000 Subject: feature:2517 ability to change username. admins can change usernames, users are notified by mail git-svn-id: http://piwigo.org/svn/trunk@12882 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/profile_content.tpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'themes/default/template/profile_content.tpl') diff --git a/themes/default/template/profile_content.tpl b/themes/default/template/profile_content.tpl index 9736e101a..161203362 100644 --- a/themes/default/template/profile_content.tpl +++ b/themes/default/template/profile_content.tpl @@ -8,21 +8,19 @@ {'Username'|@translate} {$USERNAME} -{if not $SPECIAL_USER} {* can modify password + email*} + {if not $SPECIAL_USER} {* can modify password + email*}
  • -{if not $IN_ADMIN} {* admins do not need old password*}
  • -{/if}
  • @@ -35,8 +33,8 @@
  • + {/if} -{/if} {if $ALLOW_USER_CUSTOMIZATION} -- cgit v1.2.3