Hi All,
Is there an easy way to programmatically add a user? The createUser method seems to require a bunch of other parameters that seems UI specific:
    public int createUser(String xwikiname, Map map, String parent, String content, String userRights, XWikiContext context) throws XWikiException 
Thanks
Duke