Closed mwood77 closed 11 months ago
User login creds support the following password hashing algorithms:
bcrypt-hash
sha512-hash
md5-hash
sha512-hash was missing, and this PR introduces this.
Relevant references:
Relevant issues:
User login creds support the following password hashing algorithms:
bcrypt-hash
(default)sha512-hash
(optional)md5-hash
(legacy)sha512-hash
was missing, and this PR introduces this.Relevant references:
Relevant issues:
7 #9