I need to customize the create (and edit) member section do some extra things on saving the member.
Here are a few:
Auto generate a password for the user (not error out when saved without password/username)
Email credentials to user.
Fill in some fields programmatically after user has created or updated the member.
What's the best/proper way to override that method? Is there a way I can change the markup on the page?
I am fairly comfortable with .NET Membership and from what I have read Umbraco leverages that technology. I just need to know how to tap in to the Umbraco engine and change a few things on the create/update methods for the members page.
Any help would be greatly appreciated.
Thanks in advance.