roots / docs

đź“ť Documentation for Roots projects
https://roots.io/docs/
168 stars 183 forks source link

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

Open Danmyrer opened 10 months ago

Danmyrer commented 10 months ago

Added instructions on how to change a default Local MD5 password to bcrypt.

New users may not be aware that bedrock uses a different encryption than WordPress by default. When using Local the initial WordPress-password is encrypted using MD5.

See: https://discourse.roots.io/t/cant-login/25832/4

retlehs commented 10 months ago

Thanks for the PR, but this shouldn’t be necessary?

https://github.com/roots/wp-password-bcrypt#faq

Danmyrer commented 10 months ago

Thank you for the Reply! I thought so too, but after installing bedrock with Local I encountered the same problem. You should be able to replicate it by following the guide.

It could be that Local handles passwords a bit different to enable features like one-click-admin; An explanation would probably need further investigation.