Skip to content

Commit d250cbc

Browse files
committed
Build/Test Tools: Add information regarding the default credentials for the local development environment to the project readme.
Props bookdude13 Fixes #49273 git-svn-id: https://develop.svn.wordpress.org/trunk@47744 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b9f6cf0 commit d250cbc

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
Welcome 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.
66

7+
* [Getting Started](#getting-started)
8+
* [Credentials](#credentials)
9+
710
## Getting Started
811

912
WordPress is a PHP, MySQL, and JavaScript based project, and uses uses Node for its JavaScript dependencies. A local development environment is available to quickly get up and running.
@@ -73,3 +76,23 @@ Restarting the environment again is a single command:
7376
```
7477
npm run env:start
7578
```
79+
80+
## Credentials
81+
82+
These are the default environment credentials:
83+
84+
* Database Name: `wordpress_develop`
85+
* Username: `root`
86+
* Password: `password`
87+
88+
To login to the site, navigate to http://localhost:8889/wp-admin.
89+
90+
* Username: `admin`
91+
* Password: `password`
92+
93+
To generate a new password (recommended):
94+
95+
1. Go to the Dashboard
96+
2. Click the Users menu on the left
97+
3. Click the Edit link below the admin user
98+
4. 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).

0 commit comments

Comments
 (0)