12 lines
298 B
Plaintext
Executable File
12 lines
298 B
Plaintext
Executable File
<?php
|
|
/**
|
|
* Copyright © Magento, Inc. All rights reserved.
|
|
* See COPYING.txt for license details.
|
|
*/
|
|
|
|
return [
|
|
'customer/password/limit_password_reset_requests_method' => 0,
|
|
'admin/security/admin_account_sharing' => 1,
|
|
'admin/security/limit_password_reset_requests_method' => 0,
|
|
];
|