Use bcrypt as secure hashing for passwords (Closes #22)

New dependencies:

  • python-passlib
  • python-bcrypt

Upon successful authentication, old md5 hash are replaced by their bcrypt counterpart.

Unit test adapted.

Merge request reports

Loading