Skip to content

Commit

Permalink
NXP-22593: Hide the nuxeo.war path for non admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinleturc committed Aug 16, 2017
1 parent d1fcb36 commit 9e4c9ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ Hello <strong>${Context.principal.name}</strong>! This is the root of your web s
</ul>
</div>

<#if Context.principal.isAdministrator()>
<div class="tip">
Your web root is <pre>${env.installDir}</pre>.
</div>
</#if>
</@block>

</@extends>

0 comments on commit 9e4c9ce

Please sign in to comment.