定制 asuwebplatforms/asu_secure_webspark 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

asuwebplatforms/asu_secure_webspark

Composer 安装命令:

composer require asuwebplatforms/asu_secure_webspark

包简介

A Drupal recipe for securing ASU Webspark sites.

README 文档

README

DEPRECATED

Note: A change to how the modules are coded has made this recipe obsolete.

Introduction

This recipe is intended to lock down ASU Webspark site on the Acquia platform.

Requirements

Drupal Core

  • 10.3.x or higher

Modules

  • asu_secure_superadmin
  • asu_governance

Installation

You need to be using a Composer workflow with the cweagans/composer-patches package installed. This recipe requires you to add a patch to your composer file like so:

{
  "extra": {
    "patches": {
      "drupal/core": {
        "Add user1 account migration": "web/modules/contrib/asu_secure_superadmin/patch/user-module-3135592-2241mr-c39.patch"
      }
    }
  }
}

The snippet above assumes that your Drupal root is in a directory called web. If your Drupal root is in a different directory, you will need to adjust the path to the patch file accordingly. If you are not using Composer or cweagans/composer-patches, you will need to add the patch manually to your Drupal codebase. Instructions for how to do this can be found at https://www.drupal.org/patch/apply.

After you have added the patch to your composer file, you can install the recipe. Drupal recipes are available in core starting with Drupal 10.3.x. This recipe is installed like any other recipe. See: https://www.drupal.org/project/distributions_recipes for further information.

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2025-03-13