Fixed
Project:
Shield
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2017 at 06:21 UTC
Updated:
11 Sep 2026 at 05:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
deepchandra84 commented+1
Comment #3
Technorange commentedApply the patch for version 8.x-1.7 it should adding a description for Credentials on /admin/config/system/shield
Description:
To add multiple username and password separate them by pipe (|).
e.g. Username: user1|user2 Password: pass1|pass2.
Note: You won\'t be able to use | within your username or password as | is being used as a separator.
Comment #4
tikaszvince commentedHi,
It looks good for me.
Thank you.
Comment #6
japerryIssue is valid, as the http basic auth in Drupal works slightly differently. Pushed an MR to cleanup some of the otherwise good patch.
Comment #8
japerryComment #10
japerry