[wp-trac] [WordPress Trac] #13861: invalid password / user causes username and password boxes to bounce around
WordPress Trac
wp-trac at lists.automattic.com
Sat Jun 12 22:29:42 UTC 2010
#13861: invalid password / user causes username and password boxes to bounce around
--------------------------+-------------------------------------------------
Reporter: mrmist | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone: 3.1
Component: UI | Version: 3.0
Severity: normal | Resolution: wontfix
Keywords: dev-feedback |
--------------------------+-------------------------------------------------
Changes (by wpmuguru):
* status: reopened => closed
* resolution: => wontfix
Comment:
If you would like to disable the shake add this as a plugin:
{{{
function my_no_login_shake() {
remove_action( 'login_head', 'wp_shake_js', 12 );
}
add_action('login_head','my_no_login_shake');
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13861#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list