gpt4 book ai didi

php - 重置密码 CakePHP 2.X BlowfishPasswordHasher

转载 作者:行者123 更新时间:2023-11-30 21:55:19 33 4
gpt4 key购买 nike

我在 Cakephp 2.X 中使用 BlowfishPasswordHasher 加密我的密码。我不记得密码,但我可以访问数据库。如何将密码替换为默认密码,如“123”?无需创建执行此操作的应用程序。

最佳答案

从 Controller 中的任何函数试试这个:

$password = "123";
$hash = Security::hash($password, 'blowfish');
debug($hash);die();

关于php - 重置密码 CakePHP 2.X BlowfishPasswordHasher,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45449187/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com