Removed insufficient authorization part of already logged in message in login widget, since this case is being handled by a dedicated insufficient authorization page.
This commit is contained in:
parent
ecd8e7bebd
commit
7b6c3237d4
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
|||
|
||||
<#macro alreadyLoggedIn>
|
||||
<h2>Log in</h2>
|
||||
<p>You are already logged in. You may have been redirected to this page because you tried to access a page that you do not have permission to view.</p>
|
||||
<p>You are already logged in.</p>
|
||||
</#macro>
|
||||
|
||||
<#macro error>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue