Clear registration details after successful registration
Whilst we are building our store I have created a 'Coming Soon / Welcome' page which simply asks the user to register using the Global->User Profile block.
After the user successfully registers they are redirected to a 'Thankyou' page by setting the redirect option after new user registration to "user_login.php?operation=logout"
What I want to be able to do is clear the registration details in the case that the user hits the back button or reloads the home page, but all the original data is there.