Changes for page Welcome to the Wiki
Last modified by Support Team on 26 March 2025 at 09:54 PM
From version 29.1
edited by Support Team
on 24 February 2025 at 10:30 PM
on 24 February 2025 at 10:30 PM
Change comment:
There is no comment for this version
To version 31.1
edited by Support Team
on 24 February 2025 at 10:33 PM
on 24 February 2025 at 10:33 PM
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -23,13 +23,12 @@ 23 23 #else 24 24 25 25 #set ($user = $xwiki.getUser($xcontext.user)) 26 -#set ($approved = $user.isUserInGroup('TheLS-Board') || $user.isUserInGroup('TheLS-Resident' || $user.isUserInGroup('TheLS-Owner')) 26 +#set ($approved = $user.isUserInGroup('TheLS-Board') || $user.isUserInGroup('TheLS-Resident') || $user.isUserInGroup('TheLS-Owner')) 27 27 28 -#if 28 +#if( !$approved ) 29 29 {{info}} 30 +You are registered and logged into the Wiki. However, your account has not been approved and setup, yet. Please give us a little time to get you setup. 30 30 31 -You are registered and logged into the Wiki. However, your account has not been approved and setup, yet. Please give us a little time to get you setup and try again. 32 - 33 33 Thanks, 34 34 -TheLS Support Team 35 35 {{/info}}