It finally hit me that javascript would be behind the interim login modal behavior, and that gave me a new direction in my search. I have disabled the new login popups by adding the following to my theme’s functions.php
file:
// Disable login modals introduced in WordPress 3.6
remove_action( 'admin_enqueue_scripts', 'wp_auth_check_load' );
If anyone’s interested in learning more about the new login modals, they are setup in wp-includes/functions.php
starting on line 3929. You should be able to derive the names and locations of supporting files from the information found there.
Related Posts:
- How to pass users back and forth using session data?
- How to fake a WordPress login?
- How to get login data (session) outside WordPress?
- Where is the php file, that does the checks for login information?
- Custom user roles are unable to login
- Can I programmatically login a user without a password?
- How can I redirect user after entering wrong password?
- Preventing session timeout
- Removing username from the ‘wordpress_logged_in’ cookie
- Custom login form
- Adding extra authentication field in login page
- Prevent wp_login_form() from redirecting to wp-admin when there are errors
- What exactly is ReAuth?
- How do I change the language of only the login page?
- Does wp_logout_url() destroy a session? (Logging out question)
- Can not login with correct username and password
- Need to execute a cron job
- How to keep always logged in development environment
- custom login page redirect to logged in user profile page
- How to customise wp-login.php only for users who are setting a password for the first time?
- How can I test the login for an expired session?
- Remove built in wordpress login and use only google auth
- Change Login Page for a Multisite Subsite
- How do I extend auto logout on idle OR redirect inline popup
- Positioning the “Lost your password?” and “← Back to Site”
- send users logging in from wp-login.php directly to home page of site, rather than dashboard
- Validate Custom Login field
- Calling wp_signon doesn’t log the user in
- how to logout user on browser tab or window closes
- Custom Connect to Facebook, problem logging in/logging out
- Is it possible a one click user registration with Facebook or Twitter (or other Social Networks)?
- How can I test the login for an expired session?
- Are there ways of logging in that bypass wp-login.php altogether?
- How does WordPress handle sessions?
- Add class to input form in login form
- Allow access to a page for admins only
- Customizing login error messages
- Customizing the WordPress login form
- Restricting frontend acess based on user role otherwise redirect to login form
- how to restrict user login whenever if a user puts on hold by editing wp-login action?
- How to display username and password after registration
- How do I force “users must be registered and logged in” on subsites?
- deny IPs from wp-login using .htaccess
- Login error redirecting to wp-login page
- How can I prevent my custom form from redirecting to wp-login?
- Custom Login iframe doesn’t work
- Password reset – Disabled for LDAP accounts
- WordPress as webapp login session
- Replace dash with space in username on login
- Autologin only working the second time
- replace wp-login.php login forms via a hook & use custom forms with wp-login form validation
- Session Experies and Get Logged Out Within Few Minutes
- Auto login between word press subdomain and a .net website
- Two factor authentication
- Disabling standard registration login with username/email and password?
- WordPress error on log out ‘Not Permitted’ and can’t log out
- Redirect wp-login
- Is wp_login_form secure on a non secure page?
- Is the login encrypted before it is sent? If so how to do I encrypt it the same way?
- Is there anyway to get the inputted password string from the login form?
- Login and Forgot password in Lightbox
- Forcing frontend login with UI switch
- Prevent display password on wp-login.php
- Change default login auth
- Allow Access to Home Page and Login Screen but Nothing Else (unless logged in)
- WordPress SSL not working [closed]
- I want login using email not username wordpress front end
- Reloading page with a query string upon login for admins
- One time login on 2 different WordPress sites
- WordPress authentication using custom php?
- Moving from one host to another – cannot access the dashboard
- How are all users now set to inactive?
- Multiple issues with Ajax login function due to browsers and cookies
- woocommerce store login not working at first time
- How do I change the language of the login page to Arabic?
- How to post frontend login form to a different authentication script from wp-login?
- How to add custom authentication to wordpress login and register
- Problem in auto login after registration
- Login form does not store/remember/suggest users password
- wordpress login loop and session problem
- Get WordPress logged in username from root domain when WP is installed in a subfolder
- Extend Cookie with auth_cookie_expiration not working
- Special link for no automatic login (no username and no password)
- Modify wp-login.php Labels Conditionally Based On Referring URL
- WordPress Login & Register works in localhost but don’t work on server
- How to login to wordpress via Cpanel
- Can we start session from another php site to wordpress blog site?
- Make WordPress User Name the Email Address When Register
- How to place wp-login.php in page or page template?
- Webpage not found upon entering wrong username and password on custom login form?
- Can’t login through wp-login.php on fresh installation
- Hide wp-login.php but not the widget
- User not logged first time I open the homepage
- Logging in takes a few refreshes to show you are logged in, is this a cache issue? [closed]
- How to limit user to login only once per session
- Handle POST request sent from an external site for login?
- Login form- no feedback
- How to authenticate/verify login credentials & check for user meta without logging in?
- Login and register by API
- Why am I not able to login to the admin