G'day SuperMario290,
Yes you can create a registration module for Peter's CMS. However, this is something you need to attempt on your own.
I can assure you that it can be done and isn't too difficult once you get started.
Before beginning however you need to know a few things about creating a registration module. The first thing is security. Allowing your guests to register can be a very dangerous thing. The second thing you need to know is that there are many different ways to verify that the guest registering is actually a person and not a machine. For your conveniance I have listed what I consider the best methods below in no particular order.
- Activation Code: Guest enters their e-mail address and you send them an activation code which they then use to activate their account.
- Human Eyes Only Code: Very common in forms. Show the user an image wich a random set of numbers and letters. They enter the numbers and letters in when submitting and the server validates.
- Admin approval: The most secure, but the slowest and most time consuming. Each new user must be approved by an admin.
Hope that helps,
Good luck with the registration,
Marzar