On 13/07/07, Tom Freeman tom@existem.com wrote:
How can I sync up my existing user registration and login with MediaWiki?
Take a look at the AuthPlugin interface (see includes/AuthPlugin.php).
And finally how can I log the user in via my existing login script. Do I have to set a cookie or session?
You *could* see session values directly; you may also find the AutoAuthenticate hook (see docs/hooks.txt) of use here.
Rob Church