You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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',
The text was updated successfully, but these errors were encountered:
fxstein
added a commit
to fxstein/com_kunenaimporter-1.6
that referenced
this issue
Jul 9, 2011
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.
The text was updated successfully, but these errors were encountered: