config.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * MageSpecialist
  5. *
  6. * NOTICE OF LICENSE
  7. *
  8. * This source file is subject to the Open Software License (OSL 3.0)
  9. * that is bundled with this package in the file LICENSE.txt.
  10. * It is also available through the world-wide-web at this URL:
  11. * http://opensource.org/licenses/osl-3.0.php
  12. * If you did not receive a copy of the license and are unable to
  13. * obtain it through the world-wide-web, please send an email
  14. * to info@magespecialist.it so we can send you a copy immediately.
  15. *
  16. * @category MSP
  17. * @package MSP_TwoFactorAuth
  18. * @copyright Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
  19. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
  20. */
  21. -->
  22. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  23. xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  24. <default>
  25. <msp_securitysuite_twofactorauth>
  26. <general>
  27. <enabled>0</enabled>
  28. <force_providers></force_providers>
  29. </general>
  30. <google>
  31. <allow_trusted_devices>1</allow_trusted_devices>
  32. </google>
  33. <authy>
  34. <allow_trusted_devices>1</allow_trusted_devices>
  35. <onetouch_message>Login request to your Magento Admin</onetouch_message>
  36. </authy>
  37. <u2fkey>
  38. <allow_trusted_devices>1</allow_trusted_devices>
  39. </u2fkey>
  40. </msp_securitysuite_twofactorauth>
  41. </default>
  42. </config>