function bb_check_password($password, $hash, $user_id = '')
 {
     return nxt_Pass::check_password($password, $hash, $user_id);
 }