Quote Originally Posted by davewest View Post
There is a better way of doing this without allowing a user to bypass your define... by hand typing in 'main_page=login' or 'create_account' so on, bypassing the no_account page. to do it right, you need a observer to trap the account and login creation pages.

thought I had a switch setup for this... most of not included it... once I can get GIT to work, I'll pass the changes along..

Adding the switch to the login section of the header and setting up the observer... which will be used again later on to setup free downloads... the ever ghosting checkout by email only one.

Reason for the observer... to catch the bypass hack attempts! Using a switch to turn on/off the account system without modifying many different pages.
Cool.. As always Dave happy for your hands in this.. If you pass the changes on, I'll incorporate into the repo.. I've partially finished merging some of the last changes you sent to me.. Need to finish testing and get everything submitted..