My b2evolution Version: Not Entered
I see the users table in MySQL admin, but I wonder about generating passwords for the import as the old tool (ExpressionEngine) had a completely different way of handling passwords - using two encrypted fields.
It's about 800 users so the work is non-trivial.
TIA,
:: Clay
assuming you can't decrypt the passwords from your old tables, about the best you can do is assign a new ( md5 ) password to all the users as you import them.
the good news is that you can make them validate their email ( evo_users > user_validated = 0 ) on first login, so users won't be able to "nick" another users login by entering the default ;)
¥