Looks like the function get_rand_id is missing after Arianna updated script files(similar problems occurred with bbcodes before, which we already fixed). To resolve this glitch, open your forgetpass.php and add this line right below the include function.php code:
PHP Code:
include("inc/rand.php");