newer versions of php tend to use more sophisticated password hases so the database field which holds the password (100 chars) is too small.
This makes impossible to login to the site.
Solution is pretty easy (enlarge the field)
Same problem for me, I set varchar(200) and now it's working.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
yeah, it's a known bug.
Same problem for me, I set varchar(200) and now it's working.
yeah, it's a known bug.