more emphasis (#156)

This commit is contained in:
Michael Quigley 2023-01-23 13:11:23 -05:00
parent 4b82ce4b9d
commit c34e0047f2
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -1,6 +1,6 @@
# v0.3.0-rc3 (WiP)
CHANGE: Replaced un-salted sha512 password hashing with salted hashing based on Argon2 (https://github.com/openziti/zrok/issues/156)
CHANGE: Replaced un-salted sha512 password hashing with salted hashing based on Argon2 **NOTE: This version will _invalidate_ all account passwords, and will require all users to use the 'Forgot Password?' function to reset their password.** (https://github.com/openziti/zrok/issues/156)
# v0.3.0-rc2