Make WordPress Core

Changeset 47744 for trunk/README.md


Ignore:
Timestamp:
05/02/2020 08:17:38 PM (4 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Add information regarding the default credentials for the local development environment to the project readme.

Props bookdude13

Fixes #49273

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r47743 r47744  
    44
    55Welcome to the WordPress development repository! Please check out the [contributor handbook](https://make.wordpress.org/core/handbook/) for information about how to open bug reports, contribute patches, test changes, write documentation, or get involved in any way you can.
     6
     7* [Getting Started](#getting-started)
     8* [Credentials](#credentials)
    69
    710## Getting Started
     
    7477npm run env:start
    7578```
     79
     80## Credentials
     81
     82These are the default environment credentials:
     83
     84* Database Name: `wordpress_develop`
     85* Username: `root`
     86* Password: `password`
     87
     88To login to the site, navigate to http://localhost:8889/wp-admin.
     89
     90* Username: `admin`
     91* Password: `password`
     92
     93To generate a new password (recommended):
     94
     951. Go to the Dashboard
     962. Click the Users menu on the left
     973. Click the Edit link below the admin user
     984. Scroll down and click 'Generate password'. Either use this password (recommended) or change it, then click 'Update User'. If you use the generated password be sure to save it somewhere (password manager, etc).
Note: See TracChangeset for help on using the changeset viewer.