Viewing 4 replies - 1 through 4 (of 4 total)
  • If you’re getting an error when you try to create a new user or recover a password, comment out line 56. Just change

    $args[‘headers’][] = ‘X-Clacks-Overhead: GNU Terry Pratchett’;

    to

    // $args[‘headers’][] = ‘X-Clacks-Overhead: GNU Terry Pratchett’;

    Which apparently adds the X-Clacks line to outgoing mail as well (password recovery, new user notices, and maybe more)

    It’ll keep the user mail function working.

    I don’t know what the “proper” fix is, but that seems to work for me.

    Plugin Author Nick C

    (@modernnerd)

    Thank you for the report and workaround.

    I’ll remove the mail header filtering in an upcoming update to avoid issues like this and prevent the need for manual plugin edits.

    Plugin Author Nick C

    (@modernnerd)

    Version 0.3.0 is now out. It no longer attempts to filter mail headers, so updating will solve the reported issue.

    HTTP headers and the meta tag will still display GNU Terry Pratchett.

    Thank you again for the report!

    Thread Starter cyberpunk2020

    (@cyberpunk2020)

    Thank you, Nick!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘breaks Password recovery’ is closed to new replies.