isso icon indicating copy to clipboard operation
isso copied to clipboard

Activation link is not written to stdout

Open mbrgm opened this issue 9 years ago • 1 comments

The docs say

The moderation is done with signed URLs sent by email or logged to stdout.

I have my server configured with general.notify = stdout and moderation.enabled = true. Comments are properly held back from the view until they're activated, but I could find no links in the logs.

I inspected the Stdout class and could find no hint of the activation link been written to stdout as well. For SMTP, uwsgi.spool is called with a formatted message body, but for Stdout, just the json data is written.

I think logging the activation link to stdout is not nearly as practical as sending via SMTP, but then the docs would have to be changed accordingly.

mbrgm avatar Nov 16 '14 10:11 mbrgm

You're right, this is a regression but I won't fix it for now. The extension module is not well written and needs an overhaul in general.

posativ avatar Nov 25 '14 22:11 posativ