From 64249a5bbf97932057e6b8f1df53d1f38c40cde0 Mon Sep 17 00:00:00 2001 From: j2blake Date: Wed, 13 Jul 2011 14:48:39 +0000 Subject: [PATCH] NIHVIVO-2885 Only show the My Account link if the user is authorized to edit her account. --- themes/wilma/templates/identity.ftl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/wilma/templates/identity.ftl b/themes/wilma/templates/identity.ftl index 50630c05..7f1a9bea 100644 --- a/themes/wilma/templates/identity.ftl +++ b/themes/wilma/templates/identity.ftl @@ -21,7 +21,9 @@ <#if user.hasProfile>
  • My profile
  • -
  • My account
  • + <#if urls.myAccount??> +
  • My account
  • +
  • Log out