Jump to content

[SOLVED] The password change request expired. You should ask for a new one.


TillyOak

Recommended Posts

Hello, we have recently upgraded from 1.6 to 1.7 and having worked through a catalogue of issues to get the site up and running successfully we seem to have now hit another issue.   Customer generates "forgot password" via the link, they receive an email telling them to click the send password and then receive an error on the site telling them "The password change request expired. You should ask for a new one.".

Can anyone steer me in the right direction (in plain English please - not overly confident with dbases, etc but ok with templates)

Appreciate any assistance.

Link to comment
Share on other sites

Managed to solve it by adding the following at the end of /override/classes/customer.php

Quote

'reset_password_token' =>        array('type' => self::TYPE_STRING, 'validate' => 'isSha1', 'size' => 40, 'copy_post' => false),
            'reset_password_validity' =>    array('type' => self::TYPE_DATE, 'copy_post' => false),

 

Link to comment
Share on other sites

  • TillyOak changed the title to [SOLVED] The password change request expired. You should ask for a new one.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...