Re: [xwiki-users] TOC Macro question

2011-11-12 Thread Ashtar Communications
Marius, I successfully reproduced the steps you followed on XEM 3.1 - $context.getEditorWysiwyg() is being correctly evaluated while in inline mode. However, when the textbox is displayed as part of the non-html table, it still does not render as WYSIWYG. When I follow your steps here, viewing

Re: [xwiki-users] autologin without password

2011-11-12 Thread Caleb James DeLisle
You could login with a trivial password such as 'password' which is hardcoded into your end. I could help you more if you knew how your stuff will talk to XWiki. For example will it speak http like the web browser or webdav or rest? Caleb On 11/11/2011 03:54 PM, Legeinfo wrote: Hi! It is

Re: [xwiki-users] autologin without password

2011-11-12 Thread Ludovic Dubost
You cannot use an empty password as this is blocked in the authentication system. But as Caleb says you can use any password as long as it is set for that user. Then you can pass the username and password in the URL like the login form would Ludovic 2011/11/11 Legeinfo v...@legeinfo.net Hi!

Re: [xwiki-users] autologin without password

2011-11-12 Thread Legeinfo
Thank you for replying! I can start a windows batch with %username% as a variable. I think about http://xwiki?username=fooRealname=Volker Lap... Xwiki should lookup the user. If not existing? Make a new user. If existing login. But the problem is that i have do not have a password, or only a

Re: [xwiki-users] autologin without password

2011-11-12 Thread Caleb James DeLisle
If you're using batch files to communicate with the wiki, you can create a user by sending a request to: http://xwiki/bin/register/XWiki/Register?register_first_name=Johnregister_last_name=Smithxwikiname=jsmithregister_password=trivialregister2_password=trivialregister_email=x...@y.zz the only 3