Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localwp - Instructions on how to change a default MD5 password to bcrypt. #484

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions bedrock/bedrock-with-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ server {
In the example above, the full path is based on a macOS machine and requires the username to be changed to the one you are using. You will need to modify this path for Windows and Linux setups to reflect the full path to the `app/bedrock/web` directory.

You will need to restart your site after making these changes, and then your site will be accessible at `https://bedrock.local`.

## Change WordPress-Password from MD5 to Bcrypt

Bedrock’s structure limits access to non-public files and offers more secure passwords through wp-password-bcrypt. The password you have set during the Local setup is hashed using MD5, prohibiting you from accesing wp-admin. Therefore you have to reset your password once to gain access.

In WordPress, there is more than one way to reset your password. You can check out ![this Guide](https://localwp.com/help-docs/troubleshooting/reset-a-local-sites-wordpress-admin-password/#reset-a-current-user-s-password) to learn more.