Changes for page Welcome to the Wiki

Last modified by Support Team on 26 March 2025 at 09:54 PM

From version 35.5
edited by Support Team
on 24 February 2025 at 11:03 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
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,7 +14,7 @@
14 14  
15 15  {{info}}
16 16  
17 -//**The content on this wiki is only visible to neighborhood residents and owners. If that's you and you have an account, [[log in>>url:https://wiki.thels.net/bin/login]].**//
17 +//**The content on this wiki is only visible to neighborhood residents and owners. If that's you, [[log in>>url:https://wiki.thels.net/bin/login]].**//
18 18  
19 19  If you own or live in the neighborhood and need an account, [[click here to register>>url:https://auth.thels.net/realms/thels/protocol/openid-connect/registrations?client_id=thels-xwiki&scope=openid%20profile&response_type=code&redirect_uri=https://wiki.thels.net]].
20 20  
... ... @@ -23,10 +23,8 @@
23 23  #else
24 24  
25 25  #set ($user = $xwiki.getUser($xcontext.user))
26 -#set ($approved = ($hasAdmin || $user.isUserInGroup('TheLS-Board') || $user.isUserInGroup('TheLS-Resident') || $user.isUserInGroup('TheLS-Owner')))
27 -a: $user.class.name
28 -b: $approved
29 -c: $user.isUserInGroup('TheLS-Resident')
26 +#set ($approved = $user.isUserInGroup('TheLS-Board') || $user.isUserInGroup('TheLS-Resident') || $user.isUserInGroup('TheLS-Owner'))
27 +
30 30  #if( !$approved )
31 31  {{info}}
32 32  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.