Recent Topics

1 Oct 04, 2007 20:06    

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

2 Oct 04, 2007 20:17

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 ;)

¥


Form is loading...