~~NOTOC~~ ====== "Log In/Register" Appearing While Logged In ====== ==== Problem ==== Login options display as **Log In/Register** when they should be **My Account/Log Out** while using an ajax login plugin called [[https://www.extensionhut.com/magento-extensions/ajax-login-register.html|Ajax Login/Register]]. After a user logs in, the display should change, but it does not. ==== Solution ==== Layout updates are loaded dynamically in the code and not through layout files. To address this, **Separate Cache Copy Per Customer Group** must be set to ''Only distinguish between logged-in vs logged-out''. {{ :litespeed_wiki:cache:litemage:troubleshooting:separatecachecopyper_customergroup.png?600 |}} Please note: In most cases, ajax login does not require this setting. This particular plugin, however, handles layout loading dynamically, which requires a different approach.