Added a username reminder for admins - #1122
Open
lwcorp wants to merge 4 commits into
Open
Conversation
1. Fixed field type 1. Added fields to enter address and get a username reminder
To avoid conflict with phplist/admin/ui/phplist-ui-bootlist/css/style.css margin-top: 30px (this theme wasn't updated in years)
Modeled on function sendAdminPasswordToken
Added fields and infrastructure to allow sending a username reminder
Contributor
Author
|
Note the checks failed due to #1123. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Although password reminder insecurely mentions the username, it does it without using the word "username", but either way there should be an independent username reminder without the possibility to accidentally modify the database and change the password.
As a side fix, the e-mail field was defined as text rather than email.
All of this was done by adding support in:
I didn't duplicate
public_html/lists/admin/tests/subscriber_password.phpsince it's meant for end-users while this task is for admins.Note this requires the following new translations:
For
public_html/lists/admin/tests/admin/index.php:For
public_html/lists/admin/tests/admin/lib.php:For
public_html/lists/admin/tests/admin/login.php:Related Issue
N/A
Screenshots (if appropriate):