DamageStudios / rims

Rails Inventory Management System (RIMS)
MIT License
57 stars 54 forks source link

Fixed password seed error #88

Closed toddsampson closed 7 years ago

toddsampson commented 7 years ago

Newer versions of Rails throw an error if the seed doesn't validate when run. As such, I changed the encrypted "changeme" password to an unencrypted password so the seed can run successfully.