MediaWiki: how to create a new user using non-native PHP authentication

I have a web forum for the Invision Power Board. I want to add MediaWiki to this forum. Found this extension for mediawiki: http://www.mediawiki.org/wiki/Extension:IPBAuth

Everything is in order, but I need to authenticate users by email, not by user inputs.

I changed some SQL in this extension, but even if I auth users via email, they created a mediawiki db with a login like email.

How can I check users by email, but create and verify them in MediaWiki by username?

Yours faithfully,

+3
source share
1 answer

You can see the code for this extension.

http://www.mediawiki.org/wiki/Extension:Windows_NTLM_LDAP_Auto_Auth

It automatically creates accounts when users authenticate based on their network account in a Windows environment.

0
source

Source: https://habr.com/ru/post/1776907/


All Articles