Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add auth gui #128

Merged
merged 4 commits into from
Apr 20, 2020
Merged

Feature: add auth gui #128

merged 4 commits into from
Apr 20, 2020

Conversation

mogmarsh
Copy link
Contributor

@mogmarsh mogmarsh commented Apr 17, 2020

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 #18

<p>
<label for="sp_password"><?php esc_html_e( 'Password (optional):', 'searchpress' ); ?></label>
<input type="password" name="sp_password" id="sp_password" style="width:100%;max-width:500px" />
<br /><?php esc_html_e( 'Stored password is encoded and will not load back into this form.', 'searchpress' ); ?>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's encoded, but in a way that can be decoded, so we can still work with it. @kevinfodness has some good art for password updates in WP forms.

Copy link

@juliobranha juliobranha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐐

@mogmarsh mogmarsh merged commit a0baebf into release-0.4 Apr 20, 2020
@mboynes mboynes mentioned this pull request Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants