You can edit the login form from your child themes functions.php using actions such as:
function my_login_scripts() {
//do stuff here
}
add_action( 'login_enqueue_scripts', 'my_login_scripts' );
This should at least allow you to get your jQuery running on the page.
You can read more about this here:
http://codex.wordpress.org/Customizing_the_Login_Form
Related Posts:
- Custom ReCaptcha Login
- How to override wp-login.php
- How do I remove the eye icon that shows visibility on login screen and reset password screen
- Custom Login and Registration form in Ajax
- WordPress custom login page
- Properly customizing login/register form
- Lost password empty field error redirect to custom login
- Custom Log In Screen – Disable password recovery [duplicate]
- A truely custom login page?
- Custom password set/reset link in same URL format as default does’t work
- Change the default WordPress image on the dashboard login to a custom image [duplicate]
- Change the login button on the login page
- how to redirect to a custom password retrieval page
- How can I modify the default reset (lost) password email text?
- What is the proper way to apply the login_form_bottom filter?
- Remove Links from Login page
- How to customise wp-login.php only for users who are setting a password for the first time?
- setting a specific home page for logged in users
- Change “logged in” link in (you must be logged in to post a comment)
- Redirect to requested page after (custom) login
- Custom protected password page with ACF
- Intercept invalid email during lost_password
- Customizing the default logout page of WordPress
- Last time a user logged in
- How can I allow access to multiple users, using the same login, at the same time?
- How to implement a custom password field that redirects to another page upon correct password?
- Auto redirect after session expire, but only for one user
- Adding a login form that concatenates three fields into a username
- reset password link redirect to login page
- Password reset – Disabled for LDAP accounts
- How to add an extra variable to login and authenticate it?
- Add Custom API Call to WP-Login.php
- Login/Logout Session Sharing – Multiple WordPress Installations
- Auto login from custom registration form
- Custom login with external provider iframe and data object
- User can not login
- Multi-site User Sessions
- Custom Login Process
- Switch between WordPress websites easy for an end user
- Lost password and back to blog in same line
- Is there anyway to get the inputted password string from the login form?
- I w’d like to know If there are simple solutions to integrate other CMSs to wordpress
- wordpress login without password just email address (NO 2 factor authentication with email)
- Restrict content access to logged in users
- Custom login and registration forms
- How to create a custom WordPress front page
- URL and Site title outputting on Login page
- Is it possible to integrate a custom login feature with wordpress?
- Temporally disable password to login with empty password?
- Open login logo URL in new tab
- How to change the login page without a plugin and not only customizing logo and text around the form?
- Removing “Failed” query argument upon successful login
- Validate user login in php
- Removing “There is no account with that username or email address.” error message in “/wp-login.php?action=lostpassword”
- No plugin populate user information in to form
- how to change the url rediction of the woocommerce login page of the flatsome theme for my own in wordpress?
- How to change Login default blue admin color?
- Login form does not store/remember/suggest users password
- Latest update broke my custom login CSS
- Password Protection issue
- Redirecting the lost password page request when using a custon login page
- Trouble with custom login page
- Wrap WordPress Login Form in custom Div
- Custom login doesn’t stay
- Check get_post value after wp-admin login
- How to Password Protect whole site except for some subdirectories
- where can i find the login page in wordpress and add my header to it
- Accountless password generation
- Pass the post ID
- Show Site Name on WP login screen
- Use wp_login_form function to login with a custom user table?
- how to manage Session in WordPress using custom login?
- Redirect all pages to the custom login page except for the registration page
- How to stop login for SPECIFIC users BEFORE a specified date
- wp_login_form display no styled form
- Must I rewrite the whole login form or can I jsut do a part
- Looking for a way to align log in form fields with background image and scale responsively
- Disable “-mp4-image” screenshots from appearing in Media?
- Figuring out how to create “Option Pages” in WordPress admin
- Including a Customized Initialize File with a wordpress header
- Removing fields and buttons from admin dashboard?
- how to edit or remove the dashboard footer message [duplicate]
- wordpress custom posts page not showing
- How to change custom link of subpages from of localhost to website
- Link to a new page into a plugin
- Automatically reject a comment if website field contains anything
- New user password confirmation sending wrong URL
- How to fix custom add menu page preventing media library from loading
- How to create custom post type selection to nav menu
- Login redirects to home page and doesn’t log in
- Duplicate Header and Footer
- Unhook a function within a class in the child theme
- Custom permalink structure for posts in certain categories
- Remove distraction free mode from teeny editor
- Send email notification when post type product is publish from pending status
- How to add rewrite rule for product compare page?
- Saving of Draft is failing
- How to narrow the area between buttons on Helium theme sidebar? [closed]
- Where to put coding a validation script for store? [duplicate]
- Custom Avatars for WordPress Comments VIA Website URL?