Skip the login screen during local development. Log in automatically on your locally hosted WordPress install.
As of April 2026, Automatic Login is a WordPress admin plugin with 0 active installations and a 5/5 rating from 3 reviews. It has been downloaded 3.3K+ times in total. Requires WordPress 5.5.1+ and PHP false+. Available on WordPress.org since 2023. Top alternative: Loginizer.
Developers rejoice! Skip the login screen during local development. Automatic Login logs you in automatically on your local development environment.
local in your wp-config.php file.admin and password password.By default, Automatic Login uses the admin user. Add the following constants to your wp-config.php file to log in as another user:
define( 'AUTOMATIC_LOGIN_USER_LOGIN', 'your-username-here' );
define( 'AUTOMATIC_LOGIN_USER_PASSWORD', 'your-password-here' );
Note: Automatic Login does not create users. The user must already exist.
The snapshots and wpsnapshots user names…
| WordPress | 5.5.1+ requiredTested up to 6.9.4 |
| PHP | false+ required |
Release Date: January 2, 2026
plugin.php to automatic-login.php to make it easier to use the plugin as a must-use plugin. Existing users will need to reactivate the plugin: renaming the plugin file will unfortunately automatically deactivate the plugin.Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.