Add changes to admin user hashing to release notes

This commit is contained in:
Markus Mäkelä 2019-04-05 22:46:41 +03:00
parent 139651c092
commit 1c87e2facf
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -38,6 +38,13 @@ Readwritesplit now allows open transactions to finish if the master is put into
maintenance mode. To forcefully close all connections to a server use the
`maxctrl set server <name> maintenance --force` command.
### Stronger hashing algorithm for admin user passwords
The administrative user passwords are now stored as SHA2-512 hashes which is an
improvement over the older MD5 hashing algorithm. New users will use the
stronger algorithm but old users will continue using the weaker one. To upgrade
administrative users, recreate the user.
## Dropped Features
## New Features