Skip to content

Commit d7808b5

Browse files
ENGCOM-8445: Move default session lifetime from encryption module to security module #30825
2 parents 523d2d5 + f7b5467 commit d7808b5

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
This file was deleted.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<password_reset_protection_type>1</password_reset_protection_type>
1414
<max_number_password_reset_requests>5</max_number_password_reset_requests>
1515
<min_time_between_password_reset_requests>10</min_time_between_password_reset_requests>
16+
<session_lifetime>900</session_lifetime>
1617
</security>
1718
</admin>
1819
<customer>

0 commit comments

Comments
 (0)