| | 29 | |
| | 30 | ### Credentials |
| | 31 | |
| | 32 | This is the default database information: |
| | 33 | |
| | 34 | ``` |
| | 35 | Database Name: wordpress_develop |
| | 36 | Username: root |
| | 37 | Password: password |
| | 38 | ``` |
| | 39 | |
| | 40 | To login to the site, navigate to http://localhost:8889/wp-admin. |
| | 41 | |
| | 42 | ``` |
| | 43 | Username: admin |
| | 44 | Password: password |
| | 45 | ``` |
| | 46 | |
| | 47 | To generate a new password (recommended): |
| | 48 | |
| | 49 | 1. Go to the Dashboard (click the name of the site in the upper left after logging in) |
| | 50 | 2. Click 'Users' on the left |
| | 51 | 3. Hover over the 'admin' user, then click 'edit' |
| | 52 | 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). |