magento2 The account sign-in was incorrect or your account is disabled temporarily. Please wait and

升级到magento2.4.3,后台登录时提示:

The account sign-in was incorrect or your account is disabled temporarily. Please wait and try again later.


确保密码正确的前提下。修改密码强度即可

解决:

https://www.thecoachsmb.com/solved-admin-login-error/


使用sql:

SET @salt = MD5(UNIX_TIMESTAMP());
UPDATE admin_user SET `password` = CONCAT(SHA2(CONCAT(@salt, 'NewP@ssword'), 256), ':', @salt, ':1') WHERE username = 'adminusername';

修改密码

nba2k2球员数据
请先登录后发表评论
  • 最新评论
  • 总共0条评论