alleyinteractive / searchpress

Elasticsearch integration for WordPress.
84 stars 12 forks source link

Feature: add auth gui #128

Closed mogmarsh closed 4 years ago

mogmarsh commented 4 years ago

Adds an admin GUI for: Index Username Password Authorization Header

The password is not stored in plain text. Instead base64_encode(username:password) is stored.

Addresses https://github.com/alleyinteractive/searchpress/issues/18