Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

28 Zeilen
1.2 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_Store:etc/config.xsd">
  9. <default>
  10. <admin>
  11. <emails>
  12. <forgot_email_template>admin_emails_forgot_email_template</forgot_email_template>
  13. <new_user_notification_template>admin_emails_new_user_notification_template</new_user_notification_template>
  14. <forgot_email_identity>general</forgot_email_identity>
  15. <user_notification_template>admin_emails_user_notification_template</user_notification_template>
  16. </emails>
  17. <security>
  18. <password_reset_link_expiration_period>2</password_reset_link_expiration_period>
  19. <use_case_sensitive_login>0</use_case_sensitive_login>
  20. <lockout_failures>6</lockout_failures>
  21. <lockout_threshold>30</lockout_threshold>
  22. <password_lifetime>90</password_lifetime>
  23. <password_is_forced>1</password_is_forced>
  24. </security>
  25. </admin>
  26. </default>
  27. </config>