Skip to:
Content
Pages
Categories
Search
Top
Bottom

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?

cordoval@gmail.com

Skip to toolbar