How to disable an user temporarly?

I would like to disable temporarly some user to connect on XWiki.
I have set the property “active” to 0 for the object XWiki.XWikiUsers an the property “allow” to zero for the object XWiki.XWikirights of the user but it doesn’t appear to change something…
Shall I remove the user from all the group rather ?

Regards.
Camille Desmots

Actually the check is no enabled by default. Problem is that it’s not really obvious in the UI right now.

You need to set the property “Authentication Active Check” to true in XWiki.XWikiPreferences object. You can access it using an URL like http://mydomain/xwiki/bin/edit/XWiki/XWikiPreferences?editor=object

1 Like