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)
This commit is contained in:
parent
c1f3bd6a1c
commit
1ec76ff8d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue