Skip to content

Feature: add auth gui#128

Merged
mogmarsh merged 4 commits intorelease-0.4from
feature/DEC-1215/add_auth_gui
Apr 20, 2020
Merged

Feature: add auth gui#128
mogmarsh merged 4 commits intorelease-0.4from
feature/DEC-1215/add_auth_gui

Conversation

@mogmarsh
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown

@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