drllqg2903 2014-02-09 13:10
浏览 27
已采纳

哪个表是存储在joomla中的忘记密码令牌?

I have forgot the joomla admin password, but I had put an invalid email during installation. So I am trying to get the token from db but I cannot locate the table where the token is stored?

  • 写回答

2条回答 默认 最新

  • douzhi19900102 2014-02-09 13:16
    关注

    If you have access to your database, then look for a table which contains the name users (can be something like myprefix_users). When you found it, look for your user and click the edit icon next to him.

    For your password you can now set the following string:

    d2064d358136996bd22421584a7cb33e:trd7TvKHx6dMeoMmBVxYmg0vuXEA4199
    

    Now your user has the password "secret". Just login immidately and change the password again, as it would be a security risk otherwise.

    Note, that this just counts for Joomla versions above 1.5

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?