NIHVIVO-1379 If a user is logged in but not authorized to view a page, send them to a page with an explanation.
This commit is contained in:
parent
ec2c390152
commit
30fa59cf5e
6 changed files with 56 additions and 27 deletions
|
@ -0,0 +1,14 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#-- Template for the insufficient authorization page -->
|
||||
|
||||
<section role="region">
|
||||
<h2>Insufficient Authorization</h2>
|
||||
|
||||
<p>
|
||||
You are not authorized to view that page.
|
||||
</p>
|
||||
|
||||
<br/>
|
||||
<a href="${urls.home}">Continue</a>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue