Stärkere Passwortverschlüsselung ; update #223

This commit is contained in:
Christian Matzat
2013-08-08 21:49:25 +02:00
parent a09ed40b46
commit 0c5779915f
7 changed files with 134 additions and 20 deletions

View File

@@ -341,6 +341,11 @@
}
}
function dbv_118() // resize field password to fit to the new hashed passwords
{
sql("ALTER TABLE `user` MODIFY COLUMN `password` VARCHAR(128)");
}
// When adding new mutations, take care that they behave well if run multiple
// times. This improves robustness of database versioning.