Hi, I have build mediawiki . And I have another webservice write by myself. What I want is :
1. when I register in my service , it could create an acount in mediawiki 2. when I login in my service , it could login in mediawiki 3. when I logout in my service ,it could logout in mediawiki
I have found API:Login and API:Logout . But I cannot find something like API:CreateAccount. So can someone tell me how to create account by API? Thanks.