What about ImportUser? http://www.mediawiki.org/wiki/Extension:ImportUsers
~Daniel Friesen(Dantman) of: -The Gaiapedia (http://gaia.wikia.com) -Wikia ACG on Wikia.com (http://wikia.com/wiki/Wikia_ACG) -and Wiki-Tools.com (http://wiki-tools.com)
Gabriel Millerd wrote:
On Dec 27, 2007 11:24 AM, Luis Mandel luismandel@gmail.com wrote:
For each user I have: . user_id (numeric) . username, . user_real_name . user_email and . user_password.
I don't have that schema easily available to me, but it seems like you have everything you would need. After making a 'cloneme' user, read in your list of users, that you select all the fields from cloneme user (for its defaults) and overwrite that user's information with the above known information seems like a pretty simple Perl script or what have you.
Are those passwords cleartext or known to be compatible?