You are here

guardr_core.info.yml in Guardr Core 8

Same filename and directory in other branches
  1. 2.x guardr_core.info.yml

File

guardr_core.info.yml
View source
  1. name: Guardr Core
  2. type: module
  3. description: Custom configuration related to the Guardr distribution.
  4. core_version_requirement: ^8 || ^9
  5. package: Guardr
  6. dependencies:
  7. #
  8. # Contributed modules to install.
  9. #
  10. - drupal:update
  11. # PCI v3.0 requires 15 minute session timeout.
  12. - autologout:autologout
  13. - diff:diff
  14. - login_history:login_history
  15. - login_security:login_security
  16. # PCI v3.0 requires 90 day password expiration
  17. # and 7 character minimum containing alphabetic and numeric.
  18. - password_policy:password_policy
  19. - seckit:seckit
  20. # Shared accounts are not permitted by PCI v3.0.
  21. - session_limit:session_limit
  22. - username_enumeration_prevention:username_enumeration_prevention