Hi, i am using pie-register 2.0.14 with a multisite wordpress installation and i think i found a bug in file base.php at line 697:
$user_table = $wpdb->prefix.”users”;
That’s the reason why the function “forgot passowrd” does not work in multisite wordpress.
In line 695 there is a instruction with the right user table ‘wp_users’, but it’s commented out. I tried to uncomment line 695 and delete line 699 (which uses the wrong user table) and now it works. But in line 699 there is an additional condition which compares the ‘ID’ column. Is this comparison necessary?