[wp-trac] [WordPress Trac] #31682: reg_passmail message on login.php needs filter
WordPress Trac
noreply at wordpress.org
Wed Mar 1 00:30:23 UTC 2017
#31682: reg_passmail message on login.php needs filter
-------------------------------------+------------------------------
Reporter: thomask | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version: 4.1.1
Severity: normal | Resolution:
Keywords: has-patch needs-refresh | Focuses:
-------------------------------------+------------------------------
Comment (by starapple):
A stop-gap using javascript, good while the <p> tag id remains
"reg_passmail":
{{{
add_action('login_footer', 'add_reg_passmsg');
function add_reg_passmsg(){ ?>
<script
type="text/javascript">document.getElementById("reg_passmail").innerHTML =
"Log in info will be sent via email and a link via text.";
</script>
<?php }
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31682#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list