_Vault_ Posted January 1, 2021 Posted January 1, 2021 Hi, some of my members seemed to have bookmarked the /login/ page, so they think they have to login each time they visit the site, thinking "Keep me signed in" is not working. Well obviously they are already signed in, but are browsing to the wrong page. For a better user experience, it would make sense to tell them "You are already logged in" instead of showing them the Username+Password fields, or redirect them to the home-page instead....
CoffeeCake Posted January 18, 2021 Posted January 18, 2021 You can probably handle this with template conditionals if it's an immediate issue for your site. Surround the entire login form with a condition that checks if the member is logged in and show them a message that they're already logged in, with a link to log out if they'd like.
Recommended Posts