sivann / itdb

IT Items Database
http://www.sivann.gr/software/itdb/
GNU General Public License v3.0
153 stars 104 forks source link

Hash passwords #41

Closed sunflashx closed 5 months ago

sunflashx commented 9 years ago

Store passwords as a sha256 hash. Default admin password will need to be updated, and I'm not entirely sure how you would automate an upgrade, but I implemented this change on my system after I was already logged in and could edit the passwords and have it store them hashed.

sivann commented 9 years ago

Hi, any merged request must not break the system for other users. ITDB must self-update seamlessly. -S