bemosior/PHPasswordPusher

Fix max length for a credential

bemosior opened this issue · 1 comments

Fix max length for a credential in the database. Only first 256 characters (I think) end up getting stored currently, which makes it useless for communicating cert information.

Max length fixed by changing MySQL data type to TEXT.