2
I don't know if this is the best way, but it looks like it should work:
kernel/user.php, class XoopsUser::(constructor)
Change:
$this->initVar('notify_method', XOBJ_DTYPE_OTHER, 1, false);
To:
$this->initVar('notify_method', XOBJ_DTYPE_OTHER, 2, false);