Hi there,
I’m using EE v2.6.1 and I’ve just uploaded an XML of members, everything works well up to the point where someone clicks on forgot password. As soon as you submit the email address I get a blank screen.
I’ve tried turning on the profiler and debugging but there doesn’t seem to be an error, it just doesn’t do anything.
I then locally installed a fresh copy of EE to see if I could replicate the problem and it’s doing exactly the same.
Can anyone help please?
Thanks
Hey
Late in the day but here goes. I think this is def’ a bug… I’ve debugged the system and found that the function used to send the token isn’t in the actions table, and isn’t set as allowed to be called manually…
depending on the version there’s a file called Actions.php in /system/expressionengine/libraries/
about line 68 there’s an array $specials = array(…);
add ‘{AID:Member:send_reset_token}’ => array(‘Member’, ‘send_reset_token’) to the end of that array
this will allow EE to manually call the function…
I’m not sure if we’ll have to add more to handle the incoming change request… but I’ll reply again here if I remember 😊
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.