What tools and tutorial can I use to quickly develop a self registration page (user, sub-user, passwords reset, Welcome emails …). Any RAD idea will be welcome?
You'll need to decide on what server-side language that you're going to use for data processing and what database server that you're going to use for database storage. Probably the most common combination is PHP for data processing and MySQL for data storage.