Hi New to OFBiz and finding my way around. So sorry if this is a repeat or known.
Is it the intention (for product features demonstration reasons) that the ecommerce web application shows the menu options of order history, profile, quotes, ... when user is not logged in? Clicking on these links seems to be doing the right thing of asking the user to login. Noticed the following line in header.ftl of the ecommerce web application that seems to allow that to happen. <#if !userLogin?has_content || (userLogin.userLoginId)?if_exists != "anonymous"> Thanks!
