2009/6/24 Sanil Subhash Chandra Bose mail2sanil@gmail.com:
Hello Geeks, I have a custome application of mine. I would like integrate mediawiki along with my application. My question is how is it possible to integrate user registration. I couldnt find any API for user registration. My platform is made in PHP and on framework Symfony. I am currently trying to integrate using cURL library but again cURL POSTING to the action page, http://myhost.com/mediawiki/index.php?title=Special:UserLogin&action=sub... is not properly working. Please help me to integrate with my application.
The bot API (which is what this list is for) does not provide a way to register new users, but maybe you could check out AuthPlugins? [1]
Roan Kattouw (Catrope)