BaySchoolCS2 / ProjectRepo

Whirpl - A network designed with small communities in mind
MIT License
1 stars 9 forks source link

added salted password hashing + delete DB tool #1

Closed michardy closed 9 years ago

michardy commented 9 years ago

Changed tools/addusers.py to prevent the same user from being created multiple times Changed tools/addusers.py to salt and hash the passwords Added tools/deleteDB.py to allow the database to be deleted (for local testing use only)

fhebert-perkins commented 9 years ago

Added to master