writersbase-wp-login-plugin
by Tatsuya Koishi · github.com/the-powernews/writersbase-wp-login-plugin · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/the-powernews/writersbase-wp-login-plugin/archive/refs/heads/master.zipwritersbase-wp-login-plugin
WordPressのパスワードハッシュの手順を置き換えるプラグインです。
利用手順
- WordPressの管理画面から、writersbase-wp-login-pluginプラグインを有効にしてください。
置き換えられるプラガブルメソッド
wp_hash_password
- password_hash() を実行します。
wp_check_password
- password_verify() を実行し、失敗した場合はWordPress標準の PasswordHash を実行します。