Skip to content

Commit

Permalink
add enablePersistenceCookies
Browse files Browse the repository at this point in the history
  • Loading branch information
skywalker512 committed Jul 11, 2018
1 parent f770430 commit f443cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/config.defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

// Login and registration settings.
$config["esoTalk.badLoginsPerMinute"] = 10;
$config["esoTalk.enablePersistenceCookies"] = false;
$config["esoTalk.enablePersistenceCookies"] = true;
$config["esoTalk.registration.open"] = true;
$config["esoTalk.registration.requireConfirmation"] = "email"; // false | "email" = require email confirmation | "approval" = require admin approval

Expand Down

0 comments on commit f443cd5

Please sign in to comment.