Skip to content
Snippets Groups Projects

Issue #3428012: Added the README.md file.

Open Deepak Pandey requested to merge issue/dscm-3428012:3428012-added-readme-file into 1.0.0
4 unresolved threads

Closes #3428012

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
README.md 0 → 100644
1 # Did Someone Clone Me Module
  • README.md 0 → 100644
    4 ## Introduction
    5
    6 The Did Someone Clone Me module is designed to enhance the security of your
    7 website by protecting it against phishing attacks. It provides a mechanism
    8 to notify website administrators when someone clones your website, allowing
    9 for prompt action to be taken to mitigate potential risks.
    10
    11 - The module helps safeguard your website and visitors against phishing
    12 attacks by monitoring for website cloning attempts.
    13
    14 - Upon detecting a cloned instance of your website, the module sends
    15 notifications to designated administrators, ensuring timely awareness
    16 of potential security threats.
    17
    18 For a full description of the module, visit the
    19 [project page](https://www.drupal.org/project/dscm)
  • README.md 0 → 100644
    30 ## Installation
    31
    32 Install as you would normally install a contributed Drupal module. For further
    33 information, see [Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
    34
    35
    36 ## Configuration
    37
    38 After enabling the module, configure the following settings:
    39
    40 - Specify the email addresses or user accounts to which notifications
    41 should be sent upon detecting a cloned instance of your website.
    42
    43 - Set the frequency of notifications (e.g., immediate, daily digest)
    44 as per your preference.
    45
    • Comment on lines +36 to +45

      Provided the configuration details for visiting the module configuration like Go to Administration >> Configuration >> System >> Did someone clone me and use the ordered list for the steps to configure module settings.

    • Please register or sign in to reply
  • README.md 0 → 100644
    42
    43 - Set the frequency of notifications (e.g., immediate, daily digest)
    44 as per your preference.
    45
    46
    47 ## Usage
    48
    49 Once configured, the "Did Someone Clone Me" module will automatically monitor
    50 your website for cloning attempts. In the event of a detection, notifications
    51 will be dispatched to the configured recipients, providing them with relevant
    52 information to investigate and take appropriate action.
    53
    54
    55 ## License
    56
    57 This module is released under the [GNU General Public License v2.0](LICENSE.md).
  • Deepak Pandey added 1 commit

    added 1 commit

    • 4d25e88c - Issue #3438012: Restructure the README.md according to the review comments.

    Compare with previous version

  • Deepak Pandey added 1 commit

    added 1 commit

    • 65d4b8e3 - Issue #3438012: Restructure the README.md according to the review comments.

    Compare with previous version

  • Please register or sign in to reply
    Loading