From 1ec76ff8d4e4a6f7490b82a0ed66ac57cf7dd9cc Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 5 Nov 2020 09:30:05 +1100 Subject: [PATCH] FEATURE: change default so log_out_strict is default disabled (#11126) Discourse used to break from convention by logging out all sessions on any specific session logout. This would leave users confused about why mobile is logged out when the user logged out of desktop. log_out_strict is too conservative for most and not the pattern the industry has adopted (google/twitter/facebook all perform no strict logouts) --- config/site_settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site_settings.yml b/config/site_settings.yml index 78aa9d6832c..0934a42be67 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -477,7 +477,7 @@ login: type: list list_type: simple hide_email_address_taken: false - log_out_strict: true + log_out_strict: false pending_users_reminder_delay: min: -1 default: 8