I simply add a few more fields from the profile module and make the fields required. That seems to stop the autobot for the moment. Will know more after a few days.
phppp wrote:
Potential solutions:
1 wait for a XOOPS 2.017 if possible
2 replace XOOPS/class/xoopsform/formselectuser.php with /Frameworks/xoops22/class/xoopsform/formselectuser.php
3 modify: /Frameworks/xoops22/class/xoopsformloader.php
//if(!@include_once XOOPS_ROOT_PATH."/class/xoopsform/formselectuser.php") {
require_once dirname(__FILE__)."/xoopsform/formselectuser.php";
//}