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

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

@ -44,7 +44,7 @@ return [
|
*/
'encrypt' => false,
'encrypt' => true,
/*
|--------------------------------------------------------------------------
@ -122,7 +122,7 @@ return [
|
*/
'cookie' => 'laravel_session',
'cookie' => 'pterodactyl_session',
/*
|--------------------------------------------------------------------------