Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Login and create account


Guest

Recommended Posts

After all this time I just realized you can access the login and create account pages after you have been logged in. Is this the way it should be or should there be a check like such.

 

 if (tep_session_is_registered('customer_id')) {
   tep_redirect(tep_href_link(FILENAME_ACCOUNT, '', 'SSL'));
 }

 

Thanks

Brian

Link to comment
Share on other sites

Thanks Burt.

 

Not sure if the same applies to password_forgotten and password_reset, but I added those as well.

 

Thanks

Brian

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...