太久没有登录typecho后台,已经忘记密码了,不知道是不是被黑?
修改密码方法:
$ sqlite3 typecho.db
sqlite> select * from typecho_users;
sqlite> update typecho_users SET password='新的加密密钥字符串' where uid=1;
sqlite> .exit
35+ stories, thoughts and ideas.
太久没有登录typecho后台,已经忘记密码了,不知道是不是被黑?
修改密码方法:
$ sqlite3 typecho.db
sqlite> select * from typecho_users;
sqlite> update typecho_users SET password='新的加密密钥字符串' where uid=1;
sqlite> .exit