stable

Clone or download

Read-only

fix: Do not duplicate usernames when migrating to MW Standalone

The problem arise when the platform have users with the same name but different case that went on a MediaWiki. As far as I know this can only happens when: - Platform uses LDAP - People uid (login) case in LDAP can change - Tuleap is configured to propagate login change (`synchronize_user.txt`) - And, of course, renamed people were using MediaWiki in the first place. Fix request #35108 Duplicated user entry in MediaWiki database Change-Id: Ic9850eda26d0d197776cdbf425041417527ed40d

Modified Files

Name
M plugins/mediawiki_standalone/include/Instance/Migration/PrimeLegacyMediawikiDB.php +2 −1 Go to diff View file