[xwiki-users] "Prevent unregistered users..." option not working in WikiPreferences > Rights
Hi, I have recently installed version 1.5 (on postgresql) and the "Prevent unregistered users from viewing pages,.." options are not selectable. I need to setup the Wiki so that it is private and does not accept new registrations. The checkbox fields are not clickable, I have also tried a fresh 1.6 install and I get the same behavior. Could someone please help me to lock down the Wiki? I have searched for this but all the answers and documentation seem to be out of date. Thank You.
Mike Jakubik wrote:
Hi,
I have recently installed version 1.5 (on postgresql) and the "Prevent unregistered users from viewing pages,.." options are not selectable. I need to setup the Wiki so that it is private and does not accept new registrations. The checkbox fields are not clickable, I have also tried a fresh 1.6 install and I get the same behavior. Could someone please help me to lock down the Wiki? I have searched for this but all the answers and documentation seem to be out of date.
Those are not standard form elements, just try to click them and wait a few seconds. If it doesn't work, make sure you have javascript enabled. If it still doesn't work, use the object editor to change those values, like: http://localhost:8080/xwiki/bin/edit/XWiki/XWikiPreferences?editor=object&cl... Look for "Authenticate on edit" and "Authenticated view". -- Sergiu Dumitriu http://purl.org/net/sergiu/
Mike Jakubik wrote:
Hi,
I have recently installed version 1.5 (on postgresql) and the "Prevent unregistered users from viewing pages,.." options are not selectable. I need to setup the Wiki so that it is private and does not accept new registrations. The checkbox fields are not clickable, I have also tried a fresh 1.6 install and I get the same behavior. Could someone please help me to lock down the Wiki? I have searched for this but all the answers and documentation seem to be out of date.
Those are not standard form elements, just try to click them and wait a few seconds. If it doesn't work, make sure you have javascript enabled. If it still doesn't work, use the object editor to change those values, like:
http://localhost:8080/xwiki/bin/edit/XWiki/XWikiPreferences?editor=obje ct&classname=XWiki.XWikiPreferences
Look for "Authenticate on edit" and "Authenticated view".
Thank you, that did the job and it also made the buttons functional now. However I am still unable to figure out a way to disable registrations. There is no such option and disabling the Register right for the XWikiAllGroup seems to have no effect. Does anyone know how this can be done in 1.5? Thanks.
Mike Jakubik wrote:
However I am still unable to figure out a way to disable registrations. There is no such option and disabling the Register right for the XWikiAllGroup seems to have no effect.
Does anyone know how this can be done in 1.5?
Grant register just to one administrator user, without specifying deny to anybody. -- Sergiu Dumitriu http://purl.org/net/sergiu/
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Sergiu Dumitriu Sent: Friday, August 22, 2008 9:08 AM To: XWiki Users Subject: Re: [xwiki-users] "Prevent unregistered users..." option not working in WikiPreferences > Rights
Mike Jakubik wrote:
However I am still unable to figure out a way to disable registrations. There is no such option and disabling the Register right for the XWikiAllGroup seems to have no effect.
Does anyone know how this can be done in 1.5?
Grant register just to one administrator user, without specifying deny to anybody.
Ok, I managed to get it to work now. The problem was that I did not see the "Unregistered User" user as it is the same color as the header :P Thanks a lot.
participants (2)
-
Mike Jakubik -
Sergiu Dumitriu