WebTrooper,
I have been looking through some of the MetaBox code and think it would be relatively straightforward to implement.
With some small modifications to the FrontEnd plugin, it could even be done with hooks and filters along the lines of:
if $post_type = "user"
then wp_insert_user is called instead of wp_create_post
Anh, what do you think?