
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 are automatically recognized for folks using 10up’s Snapshots project sharing tool.
Do you want to report a bug or suggest a feature for Automatic Login? Best to do so in the Automatic Login repository on GitHub.