Re: How do I create user records?
Read through register.php
in bbPress’ base directory and function bb_new_user
under functions.bb-pluggable.php
in bb-includes to get an understanding of how normal registration works.
Normally the user is given an auto-generated password, but the function used in the registration function will hash anything anyway.