iclab / centinel-server

MIT License
2 stars 7 forks source link

give more space to password hash in database #60

Closed rpanah closed 9 years ago

rpanah commented 9 years ago

When migrating to PostgreSQL, I noticed that often password hash values ended up being larger than 119 characters and therefore were rejected. Increasing field length fixes that problem.\ @ben-jones, please review.