Plugin Directory

Changeset 3431020


Ignore:
Timestamp:
01/02/2026 12:13:00 PM (7 weeks ago)
Author:
pluginpizza
Message:

Update readme.txt

Location:
automatic-login
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • automatic-login/tags/3.0.0/readme.txt

    r3431009 r3431020  
    11=== Automatic Login ===
    2 Contributors: pluginpizza, barryceelen, functionsfile
     2Contributors: pluginpizza, barryceelen
    33Tags: autologin, admin, login, local
    44Requires at least: 5.5.1
     
    1616## Quick Start
    1717
    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.
     181. 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.
    19192. Create a user with username `admin` and password `password`.
    20203. That's it—you'll be logged in automatically!
     
    2222## Log in as another user
    2323
    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:
     24By default, Automatic Login uses the `admin` user. Add the following constants to your `wp-config.php` file to log in as another user:
    2525
    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' );
    3028
    3129**Note:** Automatic Login does not create users. The user must already exist.
     
    4341Starting with Automatic Login on your locally hosted WordPress site consists of the following steps:
    4442
    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.
     431. 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.
    46442. Create a user with username `admin` and password `password`.
    47453. That's it—you'll be logged in automatically!
     
    5149By default, Automatic Login uses the 'admin' user. Add the following constants to your `wp-config.php` file to log in as another user:
    5250
    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' );
    5753
    5854**Note:** Automatic Login does not create users. The user must already exist.
  • automatic-login/trunk/readme.txt

    r3431009 r3431020  
    11=== Automatic Login ===
    2 Contributors: pluginpizza, barryceelen, functionsfile
     2Contributors: pluginpizza, barryceelen
    33Tags: autologin, admin, login, local
    44Requires at least: 5.5.1
     
    1616## Quick Start
    1717
    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.
     181. 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.
    19192. Create a user with username `admin` and password `password`.
    20203. That's it—you'll be logged in automatically!
     
    2222## Log in as another user
    2323
    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:
     24By default, Automatic Login uses the `admin` user. Add the following constants to your `wp-config.php` file to log in as another user:
    2525
    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' );
    3028
    3129**Note:** Automatic Login does not create users. The user must already exist.
     
    4341Starting with Automatic Login on your locally hosted WordPress site consists of the following steps:
    4442
    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.
     431. 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.
    46442. Create a user with username `admin` and password `password`.
    47453. That's it—you'll be logged in automatically!
     
    5149By default, Automatic Login uses the 'admin' user. Add the following constants to your `wp-config.php` file to log in as another user:
    5250
    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' );
    5753
    5854**Note:** Automatic Login does not create users. The user must already exist.
Note: See TracChangeset for help on using the changeset viewer.