Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase size of user password column
This allows the longer strings that newer PHP generates to be stored correctly. Done upstream in mysociety/theyworkforyou@eca809e Fixes openaustralia/openaustralia#579 You can "migrate" your database with: ALTER TABLE `users` CHANGE COLUMN `password` `password` VARCHAR(102) NOT NULL DEFAULT '';
- Loading branch information