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
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',
/*
|--------------------------------------------------------------------------