When a user registers, create a page from an existing template with their username as the page name
First off, it sounds like you might be able to solve your underlying question using BuddyPress. If you simply want to make an actual WordPress page if a user registers you can do that using the user_register hook. The hook receives the newly created user ID. This code example should create a page with the … Read more