Hello
Thanks for the nice module
Do you have plans for adding drush command for ability to shield site with a htpasswd via console?

CommentFileSizeAuthor
#3 drush_support-2404741-3.patch380 bytesnmillin

Comments

geek-merlin’s picture

Everything can be set up using drush variable-set. Feel free to provide a snippet for README.txt ;-)

bartlantz’s picture

for those finding this issue from a google search the variable commands are:

drush vset "shield_user" [username]
drush vset "shield_pass" [password]

To see what the shield username and password are use:

drush vget "shield_user"
drush vget "shield_pass"
nmillin’s picture

Status: Active » Needs review
StatusFileSize
new380 bytes

Attached patch to fix typo in the Readme.txt.

drush vset shield_user

Is used twice instead of shield_pass for the second line.

geek-merlin’s picture

Status: Needs review » Reviewed & tested by the community

Checked var name.
Passes all visual tests ;-).

japerry’s picture

Status: Reviewed & tested by the community » Closed (outdated)

Drupal 7 is no longer supported, closing.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.