in reply to Re^2: Dealing with spam users
in thread Dealing with spam users

Hm... but this SQL-Query doesn't check if someone edited an old node of his, right?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^4: Dealing with spam users
by Corion (Patriarch) on Dec 05, 2020 at 15:11 UTC

    Why wouldn't it?

    Of course it does. User and scratchpad nodes to have a field that they were edited recently. This field is used for example by the Recently Updated Home Nodes node, and also by that query.

      > Why wouldn't it?

      I don't know the DB schema°, it looked to me like "user nodes" meant "home nodes" not regular posts like e.g. my oldest node.

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery

      °) and I'm not aware of any documentation for pmdevs