Can anyone tell me at least what is the expected behaviour ? I am
surprised that this does not work out of the box and thinking I must
have broken something somehow...
For reference, the global users are automatically created with a custom
AuthService using the following snippet:
// create user
Map<String, String> extended = new HashMap<String, String>();
extended.put("active", "1");
context.getWiki().createUser(validUserName, extended, context);
Thanks in advance for any pointer, I really would like to solve this issue.
--
Chris
On 7/27/2013 02:23, Christian Meunier wrote:
  Hi,
 When I am clicking on a global user from a sub wiki, I end up on a
 document not found, example:
 
http://foo.wiki.testwebsite.com:8080/bin/XWiki/jelan
 <http://rift.wiki.devmagelo.com:8080/bin/XWiki/jelan> (jelan being the
 global user)
 Am missing something ?
 Btw, I am using XWIKI ENTERPRISE 5.1
 Thanks in advance !
 --
 Chris
 _______________________________________________
 users mailing list
 users(a)xwiki.org
 
http://lists.xwiki.org/mailman/listinfo/users