usnistgov / SpectrumBrowser

ITL
12 stars 11 forks source link

One way hash passwords in db. #152

Closed ranganathanm closed 9 years ago

ranganathanm commented 9 years ago

When DEBUG flag is OFF, we should one way hash the user passwords before storing them in our User Database.

jkubNTIA commented 9 years ago

I now store a md5 hash for new accounts and change password.