0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Having trouble resetting account password

    • Darrell's Avatar
    • Darrell
    • Newbie
    • Posts: 2
    • Thanks: 0

    Having trouble resetting account password

    Posted 14 years 1 month ago
    • First of all, hello Rocket Theme members!

      Today I have gotten myself into a problem with my RT account. I needed to change my account password and went through the steps to do so and every time I have tried I get the same result "Your password reset confirmation failed because the token was invalid.. " I have emailed through the Contact Us link but I have not heard back from anyone.

      Does anyone monitoring the forums know how to help me? I urgently need to get this resolved.

      Thanks in advance,

      Darrell
      xmpdarrell
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: Having trouble resetting account password

    Posted 14 years 1 month ago
    • Moderators really can't help with this, I suggest you wait for a reply from support...

      www.rockettheme.com/contact-us

      May take up to 24hrs based on timezones, etc...
    • Thanks,
      jim
    • Darrell's Avatar
    • Darrell
    • Newbie
    • Posts: 2
    • Thanks: 0

    Re: Having trouble resetting account password

    Posted 14 years 1 month ago
    • Its already been 18+ hours. I will continue to wait patiently.
  • Re: Having trouble resetting account password

    Posted 13 years 9 months ago
    • I had the simular issue myself and since it had nothing to do with the missing Username (see other threads) I started to debug it myself.

      It turns out that in the file:
      components/com_user/models/reset.php on line 126 it says
      $row = $db->loadObject();
      while on row 129 it says
      if (!($row = $db->loadObject()))

      This means that the row is filled twice with the result of $db->loadObject() and with some other components like JoomFish in place this gives the mentioned error.
      You can remove row 126 and your problem should be fixed.

      See also:
      joomlacode.org/gf/project/joomla/tracker...racker_item_id=21252

      Kind regards

Time to create page: 0.075 seconds