MaayanLab / FAIRshake

https://fairshake.cloud
Other
11 stars 6 forks source link

Please don't store passwords in plain text #79

Closed amalic closed 6 years ago

amalic commented 6 years ago

see: https://github.com/Nitrogen-DCPPC/FAIRshake/blob/15a9e1f95becaed49e2a06836ed05d8206a50a2c/scripts/db.py#L151

This Stackoverflow Thread could be helpful.

u8sand commented 6 years ago

This is a database conversion script. That model is for the original prototype, we only store password hashes.

https://docs.djangoproject.com/en/2.1/topics/auth/passwords/#how-django-stores-passwords

amalic commented 6 years ago

oh thanks