Fixes 2FA not honoring 'Remember Me' checkbox, closes #439

This commit is contained in:
Dane Everitt 2017-05-22 19:09:42 -05:00
parent 999411da29
commit 72c0330486
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 25 additions and 9 deletions

View file

@ -6,6 +6,11 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
## v0.6.1 (Courageous Carniadactylus)
### Fixed
* Fixes a bug preventing the use of services that have no variables attached to them.
* Fixes 'Remember Me' checkbox being ignored when using 2FA on an account.
### Changed
* Renamed session cookies from `laravel_session` to `pterodactyl_session`.
* Sessions are now encrypted before being stored as an additional layer of security.
## v0.6.0 (Courageous Carniadactylus)
### Fixed