bhark / Konsent

A platform designed to help groups make decisions without hierarchy and representatives, built on anarchist values.
GNU General Public License v3.0
24 stars 4 forks source link

Fix password hashing, builds on top of #36 #38

Closed ghost closed 6 years ago

ghost commented 6 years ago

this is one commit but it builds on top of #36, and fixes the issue i've mentioned at https://github.com/dellitsni/Konsent/pull/32#issuecomment-377792385 and #37

i've introduced two new functions check_password and hash_password that keep all the bcrypt stuff. merge #36 to actually see the diff.

bhark commented 6 years ago

Much better, really nice to see so much progress in the last few days. Everything seems to work as it should now, merging!