Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Add HTTP Authentication for non production sites. Recommend Shield  #4

@ozin7

Description

@ozin7

Since all non production sites should be protected by HTTP Authentication and not searchable for search engines we need to have some easy way to set it.
Some environments provides such functionality like pantheon or platform.sh but not all.
Using module is convenient for developers and do not need to think which environment will be used.
https://www.drupal.org/project/shield - easy to configure:

    $config['shield.settings']['user'] = 'user';
    $config['shield.settings']['pass'] = 'supperpass';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions