budde377 / Part

Framework for developing websites written in PHP/Dart.
MIT License
2 stars 0 forks source link

Use better password hashing #66

Closed budde377 closed 9 years ago

budde377 commented 9 years ago

Hashing of user password in db should rely on password_hash and password_verify


Imported from Bitbucket Originally reported by: Christian Budde Christensen (2014-07-04T22:58:40.240)

budde377 commented 9 years ago

Notice that password_verify works with the way the passwords are saved.


Original comment by: Christian Budde Christensen (2014-07-04 21:00:41+00:00)

budde377 commented 9 years ago

Fixed #66

→ <<cset 8b76cfc7c67e>>


Original comment by: Christian Budde Christensen (2014-07-09 14:26:38+00:00)