Changeset 3431020
- Timestamp:
- 01/02/2026 12:13:00 PM (7 weeks ago)
- Location:
- automatic-login
- Files:
-
- 2 edited
-
tags/3.0.0/readme.txt (modified) (5 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
automatic-login/tags/3.0.0/readme.txt
r3431009 r3431020 1 1 === Automatic Login === 2 Contributors: pluginpizza, barryceelen , functionsfile2 Contributors: pluginpizza, barryceelen 3 3 Tags: autologin, admin, login, local 4 4 Requires at least: 5.5.1 … … 16 16 ## Quick Start 17 17 18 1. Define the [ `WP_ENVIRONMENT_TYPE`](https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#wp-environment-type) constant as `local` in your `wp-config.php` file.18 1. Define the [WP_ENVIRONMENT_TYPE](https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#wp-environment-type) constant as `local` in your `wp-config.php` file. 19 19 2. Create a user with username `admin` and password `password`. 20 20 3. That's it—you'll be logged in automatically! … … 22 22 ## Log in as another user 23 23 24 By default, Automatic Login uses the 'admin'user. Add the following constants to your `wp-config.php` file to log in as another user:24 By default, Automatic Login uses the `admin` user. Add the following constants to your `wp-config.php` file to log in as another user: 25 25 26 ``` 27 define( 'AUTOMATIC_LOGIN_USER_LOGIN', 'your-username-here' ); 28 define( 'AUTOMATIC_LOGIN_USER_PASSWORD', 'your-password-here' ); 29 ``` 26 define( 'AUTOMATIC_LOGIN_USER_LOGIN', 'your-username-here' ); 27 define( 'AUTOMATIC_LOGIN_USER_PASSWORD', 'your-password-here' ); 30 28 31 29 **Note:** Automatic Login does not create users. The user must already exist. … … 43 41 Starting with Automatic Login on your locally hosted WordPress site consists of the following steps: 44 42 45 1. Define the [ `WP_ENVIRONMENT_TYPE`](https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#wp-environment-type) constant as `local` in your `wp-config.php` file.43 1. Define the [WP_ENVIRONMENT_TYPE](https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#wp-environment-type) constant as `local` in your `wp-config.php` file. 46 44 2. Create a user with username `admin` and password `password`. 47 45 3. That's it—you'll be logged in automatically! … … 51 49 By default, Automatic Login uses the 'admin' user. Add the following constants to your `wp-config.php` file to log in as another user: 52 50 53 ``` 54 define( 'AUTOMATIC_LOGIN_USER_LOGIN', 'your-username-here' ); 55 define( 'AUTOMATIC_LOGIN_USER_PASSWORD', 'your-password-here' ); 56 ``` 51 define( 'AUTOMATIC_LOGIN_USER_LOGIN', 'your-username-here' ); 52 define( 'AUTOMATIC_LOGIN_USER_PASSWORD', 'your-password-here' ); 57 53 58 54 **Note:** Automatic Login does not create users. The user must already exist. -
automatic-login/trunk/readme.txt
r3431009 r3431020 1 1 === Automatic Login === 2 Contributors: pluginpizza, barryceelen , functionsfile2 Contributors: pluginpizza, barryceelen 3 3 Tags: autologin, admin, login, local 4 4 Requires at least: 5.5.1 … … 16 16 ## Quick Start 17 17 18 1. Define the [ `WP_ENVIRONMENT_TYPE`](https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#wp-environment-type) constant as `local` in your `wp-config.php` file.18 1. Define the [WP_ENVIRONMENT_TYPE](https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#wp-environment-type) constant as `local` in your `wp-config.php` file. 19 19 2. Create a user with username `admin` and password `password`. 20 20 3. That's it—you'll be logged in automatically! … … 22 22 ## Log in as another user 23 23 24 By default, Automatic Login uses the 'admin'user. Add the following constants to your `wp-config.php` file to log in as another user:24 By default, Automatic Login uses the `admin` user. Add the following constants to your `wp-config.php` file to log in as another user: 25 25 26 ``` 27 define( 'AUTOMATIC_LOGIN_USER_LOGIN', 'your-username-here' ); 28 define( 'AUTOMATIC_LOGIN_USER_PASSWORD', 'your-password-here' ); 29 ``` 26 define( 'AUTOMATIC_LOGIN_USER_LOGIN', 'your-username-here' ); 27 define( 'AUTOMATIC_LOGIN_USER_PASSWORD', 'your-password-here' ); 30 28 31 29 **Note:** Automatic Login does not create users. The user must already exist. … … 43 41 Starting with Automatic Login on your locally hosted WordPress site consists of the following steps: 44 42 45 1. Define the [ `WP_ENVIRONMENT_TYPE`](https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#wp-environment-type) constant as `local` in your `wp-config.php` file.43 1. Define the [WP_ENVIRONMENT_TYPE](https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#wp-environment-type) constant as `local` in your `wp-config.php` file. 46 44 2. Create a user with username `admin` and password `password`. 47 45 3. That's it—you'll be logged in automatically! … … 51 49 By default, Automatic Login uses the 'admin' user. Add the following constants to your `wp-config.php` file to log in as another user: 52 50 53 ``` 54 define( 'AUTOMATIC_LOGIN_USER_LOGIN', 'your-username-here' ); 55 define( 'AUTOMATIC_LOGIN_USER_PASSWORD', 'your-password-here' ); 56 ``` 51 define( 'AUTOMATIC_LOGIN_USER_LOGIN', 'your-username-here' ); 52 define( 'AUTOMATIC_LOGIN_USER_PASSWORD', 'your-password-here' ); 57 53 58 54 **Note:** Automatic Login does not create users. The user must already exist.
Note: See TracChangeset
for help on using the changeset viewer.