On Wed, Jun 24, 2009 at 6:43 PM, Roan Kattouwroan.kattouw@gmail.com wrote:
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)
[1] http://www.mediawiki.org/wiki/AuthPlugin
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
Other than the fact that the login/account creation code sucks, is there any compelling reason not to allow account creations through the API?
-Chad