This question may be related to these threads: resolved thread and resolved thread.
I’ve seen a couple related threads on this issue, but they required full re-installs, to properly fix.
We completed our upgrade from EE1.67 to 2.31 and our member_data table is missing the SALT column. This means people cannot change their passwords, there are occasional login issues and people can’t benefit from having salted passwords.
===================
A Database Error Occurred
Error Number: 1054
Unknown column ‘salt’ in ‘field list’
UPDATE `exp_members` SET `salt` = ‘L`Y;h3$;En@vD…...............
=======================
IF the column is simply added, users end up being able to login once, but then cannot login again (which was what happened in the other ticket) because their passwords get salted and stop working… One of the threads was resolved by the guy reverting back to his old table (Which didn’t have salt) and others have been resolved by re-installing EE, which doesn’t work for us because we have too many steps related to our install….
So, we are looking for a way to upgrade / fix our member table. Any ideas?