1
I have a table with 1300 users in a MySQL database, and this table has been imported from a XLS file directly to the users table of XOOPS. What I can't import, obviously, are the passwords, because they are stored encrypted. I'd like to assign all of the passwords identical to the users names, and later each user would have to change them. Is there a way to assign multiple passwords with a php code, instead of the tedious task through XOOPS Admin ?