[wp-trac] [WordPress Trac] #53631: Enable customization of system notices
WordPress Trac
noreply at wordpress.org
Fri Jul 9 21:05:44 UTC 2021
#53631: Enable customization of system notices
------------------------------------+------------------------------
Reporter: dansoschin | Owner: (none)
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version: 5.7.2
Severity: trivial | Resolution:
Keywords: | Focuses:
------------------------------------+------------------------------
Changes (by sabernhardt):
* focuses: accessibility =>
Comment:
@dansoschin Thanks for the ticket!
I think adding the UI likely would be plugin territory. Branda facilitates
editing login page errors, though I don't see the same for the signup
page. The messages are at least customizable with the
'registration_errors' filter (in a custom plugin).
However, I agree with @andynick that including a link to the login page
would be helpful when the user email is already registered. Perhaps this
would belong on a separate ticket, unless it's better to change the
direction of this one.
[https://core.trac.wordpress.org/browser/trunk/src/wp-
includes/user.php?rev=51353#L2947 Single site email_exists message:]
**Error**: This email is already registered. Please choose another one.
[https://core.trac.wordpress.org/browser/trunk/src/wp-includes/ms-
functions.php?rev=51353#L541 Multisite email_exists message:]
Sorry, that email address is already used!
Suggestion to replace both:
**Error**: This email is already registered. [Log in] with this address
or choose another one.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53631#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list