Changeset 47744 for trunk/README.md
- Timestamp:
- 05/02/2020 08:17:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r47743 r47744 4 4 5 5 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. 6 7 * [Getting Started](#getting-started) 8 * [Credentials](#credentials) 6 9 7 10 ## Getting Started … … 74 77 npm run env:start 75 78 ``` 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).
Note: See TracChangeset
for help on using the changeset viewer.