|
1 |
| -<p align="center"> |
2 |
| - <img alt="wp-password-bcrypt" src="https://cdn.roots.io/app/uploads/logo-roots.svg" width="100"> |
3 |
| -</p> |
| 1 | +# wp-password-bcrypt |
4 | 2 |
|
5 |
| -<p align="center"> |
6 |
| - <img alt="MIT License" src="https://img.shields.io/github/license/roots/wp-password-bcrypt?color=%23525ddc&style=flat-square" /> |
| 3 | +Drop-in bcrypt password hashing for WordPress |
7 | 4 |
|
8 |
| - <a href="https://packagist.org/packages/roots/wp-password-bcrypt"> |
9 |
| - <img alt="Packagist" src="https://img.shields.io/packagist/v/roots/wp-password-bcrypt.svg?style=flat-square" /> |
10 |
| - </a> |
| 5 | +<a href="https://packagist.org/packages/roots/wp-password-bcrypt"><img alt="Packagist" src="https://img.shields.io/packagist/v/roots/wp-password-bcrypt.svg?style=flat-square" /></a> |
11 | 6 |
|
12 |
| - <a href="https://packagist.org/packages/roots/wp-password-bcrypt"> |
13 |
| - <img alt="Packagist Downloads" src="https://img.shields.io/packagist/dt/roots/wp-password-bcrypt.svg?style=flat-square)" /> |
14 |
| - </a> |
15 |
| - |
16 |
| - <img alt="Build Status" src="https://github.com/roots/wp-password-bcrypt/workflows/Main/badge.svg" /> |
17 |
| - |
18 |
| - <a href="https://twitter.com/rootswp"> |
19 |
| - <img alt="Follow Roots" src="https://img.shields.io/twitter/follow/rootswp.svg?style=flat-square&color=1da1f2" /> |
20 |
| - </a> |
21 |
| -</p> |
22 |
| - |
23 |
| -<p align="center"> |
24 |
| - <strong>Drop-in bcrypt password hashing for WordPress</strong> |
25 |
| - <br /> |
26 |
| - Built with ❤️ |
27 |
| -</p> |
28 |
| - |
29 |
| -## Supporting |
30 |
| - |
31 |
| -**wp-password-bcrypt** is an open source project and completely free to use. |
32 |
| - |
33 |
| -However, the amount of effort needed to maintain and develop new features and products within the Roots ecosystem is not sustainable without proper financial backing. If you have the capability, please consider donating using the links below: |
34 |
| - |
35 |
| -<div align="center"> |
36 |
| - |
37 |
| -[](https://github.com/sponsors/roots) |
38 |
| -[](https://www.patreon.com/rootsdev) |
39 |
| -[](https://www.paypal.me/rootsdev) |
40 |
| - |
41 |
| -</div> |
| 7 | +> [!WARNING] |
| 8 | +> This package will become redundant with WordPress 6.8+ as bcrypt becomes the default password hashing method. |
| 9 | +> See [**WordPress 6.8 will use bcrypt for password hashing**](https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/) for more details. |
| 10 | +> |
| 11 | +> **Migration**: When upgrading to WordPress 6.8+, you can safely remove this package. All existing passwords will continue to work without any additional steps required. |
42 | 12 |
|
43 | 13 | ## Overview
|
44 | 14 |
|
@@ -152,17 +122,3 @@ Better hashing functions like bcrypt serve a different purpose than Two-factor a
|
152 | 122 | This plugin is based on a [Gist](https://gist.github.com/Einkoro/11078301) by [@Einkoro](https://github.com/Einkoro).
|
153 | 123 |
|
154 | 124 | It has been modified and packaged by the Roots team. Jan Pingel (@Einkoro) has granted his permission for us to redistribute his original BSD-licensed code to an MIT license.
|
155 |
| - |
156 |
| -## Contributing |
157 |
| - |
158 |
| -Contributions are welcome from everyone. We have [contributing guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) to help you get started. |
159 |
| - |
160 |
| -## Community |
161 |
| - |
162 |
| -Keep track of development and community news. |
163 |
| - |
164 |
| -- Participate on the [Roots Discourse](https://discourse.roots.io/) |
165 |
| -- Follow [@rootswp on Twitter](https://twitter.com/rootswp) |
166 |
| -- Read and subscribe to the [Roots Blog](https://roots.io/blog/) |
167 |
| -- Subscribe to the [Roots Newsletter](https://roots.io/subscribe/) |
168 |
| -- Listen to the [Roots Radio podcast](https://roots.io/podcast/) |
0 commit comments