Skip to content

Commit 14528a3

Browse files
committed
magento-commerce/magento2-login-as-customer#171: Force customer logout during admin loglout without additional MySQL queries
1 parent 3889286 commit 14528a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/LoginAsCustomer/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<default>
1111
<login_as_customer>
1212
<general>
13-
<enabled>1</enabled>
13+
<enabled>0</enabled>
1414
<store_view_manual_choice_enabled>0</store_view_manual_choice_enabled>
1515
<authentication_data_expiration_time>60</authentication_data_expiration_time>
1616
</general>

0 commit comments

Comments
 (0)