Fixes bug causing MySQL user accounts to be corrupted when resetting a password via the panel.

closes #352
This commit is contained in:
Dane Everitt 2017-03-17 17:17:36 -04:00
parent d5352e2b1e
commit 202dd52e2b
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 23 additions and 11 deletions

View file

@ -22,6 +22,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* `[pre.4]` — Fixes server listing on frontend not displaying a page selector when more than 10 servers exist.
* `[pre.4]` — Fixes non-admin users being unable to create personal API keys.
* Fixes bug where daemon was unable to register that certain games had fully booted and were ready to play on.
* Fixes bug causing MySQL user accounts to be corrupted when resetting a password via the panel.
### Added
* Ability to assign multiple allocations at once when creating a new server.