Hi there,
I've got a quite strange problem and can't figure out how to fix it.
I want to upgrade my site from 4.6.7 to 4.7.3, so I did a database dump and tested the upgrade locally. There was one fail in the update:
ALTER TABLE {users} CHANGE `name` `name` varchar(60) CHARACTER SET utf8 DEFAULT '' NOT NULL, CHANGE `pass` `pass` varchar(32) CHARACTER SET utf8 DEFAULT '' NOT NULL, CHANGE `mail` `mail` varchar(64) CHARACTER SET utf8 DEFAULT '' NULL, CHANGE `theme` `theme` varchar(255) CHARACTER SET utf8 DEFAULT '' NOT NULL, CHANGE `signature` `signature` varchar(255) CHARACTER SET utf8 DEFAULT '' NOT NULL, CHANGE `timezone` `timezone` varchar(8) CHARACTER SET utf8 DEFAULT '' NULL, CHANGE `language` `language` varchar(12) CHARACTER SET utf8 DEFAULT '' NOT NULL, CHANGE `picture` `picture` varchar(255) CHARACTER SET utf8 DEFAULT '' NOT NULL, CHANGE `init` `init` varchar(64) CHARACTER SET utf8 DEFAULT '' NULL, CHANGE `data` `data` longtext CHARACTER SET utf8 DEFAULT '' NULL
While being logged in as Admin I could work as always. But after logging off, I can't log in anymore. Doesn't matter which user I choose. It tells me:
Sorry. Unrecognized username or password. Have you forgotten your password?
I am sure I used the correct password. Anyways, the password reminder doesn't work, either:
Sorry. The username Sara is not recognized.
I cheched the database entry: