summaryrefslogtreecommitdiffstats
path: root/application/migrations/017_increase_password_length.php
AgeCommit message (Collapse)AuthorFilesLines
2016-03-29Increase size of password field in DBFlorian Pritz1-0/+27
The php documentation for password_hash recommends 255. Signed-off-by: Florian Pritz <bluewind@xinu.at>