Re: Simple registration
solved!!!
add a previous line fetching the posted value:
$temp = $_POST;
and then use:
bb_update_user_password( $user_id, $temp );
That is it, you have your system where you can let your users set their own passwords. Any security threads?