Feature/PTDL-1030 (#1033)

* Swap reCAPTCHA secret key position with website key
This commit is contained in:
CodeHat 2018-03-08 16:21:55 +01:00 committed by Dane Everitt
parent 0c07577d3b
commit cee656fd5c
2 changed files with 7 additions and 6 deletions

View file

@ -12,6 +12,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Changed
* Panel now throws proper 504: Gateway Timeout errors on server listing when daemon is offline.
* Sessions handled through redis now use a seperate database (default `1`) to store session database to avoid logging users out when flushing the cache.
* reCAPTCHA's secret key position swapped with website key in advanced panel settings to be consistent with Google's reCAPTCHA dashboard.
## v0.7.5 (Derelict Dermodactylus)
### Fixed