Skip to content

Commit 125a5d4

Browse files
author
oleksandrkravchuk
committed
community-features#252 Create static test for action controllers.
Recover accidentally removed file.
1 parent 73f93d1 commit 125a5d4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
7+
return [
8+
'customer/password/limit_password_reset_requests_method' => 0,
9+
'admin/security/admin_account_sharing' => 1,
10+
'admin/security/limit_password_reset_requests_method' => 0,
11+
];

0 commit comments

Comments
 (0)