1
Hi,
on my website I have two CMS : XOOPS and tikiwiki, I would like to automatically import users from XOOPS to tikiwiki, I've already take note of which are the tables and the attributes I have to "convert" but I have a question about passwords :
I saw that in XOOPS there is a pass field that contains an hash, which method is used to generate that hash ? Is md5-crypt ? In tikiwiki I'm sure that is crypt-md5 but in XOOPS there aren't info or settings about it.
If they both use md5crypt can I for example copy the hashes from XOOPS to tikiwiki ? Doing this will produce the same username/password for the two cms ?