Hi there, in my vanilla 1.1.2, the notify function isn't working. i tried to catch the problem and in all my newbieness i found that in /library/people/people.class.usermanager at line 300 circa, there is this check: if ($this->Context->Database->RowCount($Administrators) > 0) {
if passed it send the notification email to the admins... Unfortunately it is not, because the previous select (at line 268 circa) seems not to return administrators account.
I don't know more, can someone shred some light on this, thanks in advance!