I've made *some* progress on this issue, however the custom regiatration page is not functioning yet.
I created two modules: myregister and myuser. I copied the source code from register.ascx/vb and user.ascx/vb respectively and made my changes.
Then I added both modules to DNN on a hidden page each and gave them Unautheticated access.
I also created a Skin object called [MYUSER] which is pointing to myuser.ascx and my skin contains a [MYUSER] reference.
So far so good, however this thing refuses to work.
After I logout, I get the signin page (username and password).
When I click 'Register' I still get the signin page, and only after I enter a valid username and password then I get redirected to my registration page. This is of course invalid, but I fail to understand the logic of DNN.
Can someone shed some light on how tomake it work? Please?
Thx
Ofer