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:
rjy7 2010-11-30 19:29:23 +00:00
parent ecd8e7bebd
commit 7b6c3237d4

View file

@ -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>