Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

46 строки
2.7 KiB

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  9. <system>
  10. <section id="admin">
  11. <group id="emails">
  12. <field id="user_notification_template" translate="label comment" type="select" sortOrder="40" showInDefault="1" canRestore="1">
  13. <label>User Notification Template</label>
  14. <comment>Email template chosen based on theme fallback when "Default" option is selected.</comment>
  15. <source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
  16. </field>
  17. <field id="new_user_notification_template" translate="label comment" type="select" sortOrder="50" showInDefault="1" canRestore="1">
  18. <label>New User Notification Template</label>
  19. <comment>Email template chosen based on theme fallback when "Default" option is selected.</comment>
  20. <source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
  21. </field>
  22. </group>
  23. <group id="security">
  24. <field id="lockout_failures" translate="label comment" sortOrder="100" showInDefault="1" canRestore="1">
  25. <label>Maximum Login Failures to Lockout Account</label>
  26. <comment>We will disable this feature if the value is empty.</comment>
  27. <validate>validate-zero-or-greater validate-digits</validate>
  28. </field>
  29. <field id="lockout_threshold" translate="label" sortOrder="110" showInDefault="1" canRestore="1">
  30. <label>Lockout Time (minutes)</label>
  31. <validate>validate-zero-or-greater validate-digits</validate>
  32. </field>
  33. <field id="password_lifetime" translate="label comment" sortOrder="120" showInDefault="1" canRestore="1">
  34. <label>Password Lifetime (days)</label>
  35. <comment>We will disable this feature if the value is empty. </comment>
  36. <validate>validate-zero-or-greater validate-digits</validate>
  37. </field>
  38. <field id="password_is_forced" translate="label" sortOrder="130" type="select" showInDefault="1" canRestore="1">
  39. <label>Password Change</label>
  40. <source_model>Magento\User\Model\System\Config\Source\Password</source_model>
  41. </field>
  42. </group>
  43. </section>
  44. </system>
  45. </config>