Kunena / com_kunenaimporter

Import component for Kunena on Joomla
https://www.kunena.org
10 stars 14 forks source link

Add new flag in migration table #13

Open fxstein opened 13 years ago

fxstein commented 13 years ago

Add a new flag in the user migration table to flag all those user accounts that have been migrated. We will leverage this in the custom authentication plugin to convert the user password on the very first login of the user.

`migrated` tinyint(4) NOT NULL default '0',