Forum Replies Created

Viewing 1 replies (of 1 total)
  • @jkhongusc .. I tried to follow your directions (I am a PHP neophyte) when I look at the line numbers for the class-theme-my-login.php file, they do not have the same code as you mention here on your post. What am I missing? I have the correct file open, I know that much. I can find these lines of code:
    – $user = self::check_password_reset_key( $_REQUEST[‘key’], $_REQUEST[‘login’] );
    + $user = check_password_reset_key( $_REQUEST[‘key’], $_REQUEST[‘login’] );

    but on different line numbers..

    This line: (which is apparently supposed to be 1042)
    + $key = ”;

    is not in the php file at all after doing a search for it. Any suggestions?

Viewing 1 replies (of 1 total)