我的短信验证失效了,现在收不到验证,现在进不去后台,有什么办法可以恢复密码验证,进入后台
数据库 authenticators 表,找到 name=basic的记录,将enabled字段修改为true.
有没有什么办法,从这个服务器进入到插件
按照这个操作
是把原先的密码登录的记录已经删掉了吗
重新创建一条记录
INSERT INTO authenticators (name, authType, title, description, options, enabled, sort, createdById, updatedById) VALUES ('basic', 'Email/Password', null, 'Sign in with username/email.', '{"public":{"allowSignUp":true}}', 1, 1, null, null)