I have a requirement in our project , If a user login to the site and click on bookmark icon for one of the pages, once he login back in home page that bookmarked pages show be shown on click on boomkark icon.
Please let me know the approch to achive this functionality through AEM 6.0.
this is not an out-of-the-box feature, so you need to implement it yourself. A click on the bookmark icon triggers functionality, which stores the page addres in the user profile. And the login needs to enhanced, that a user is redirected to this page after login.
this is not an out-of-the-box feature, so you need to implement it yourself. A click on the bookmark icon triggers functionality, which stores the page addres in the user profile. And the login needs to enhanced, that a user is redirected to this page after login.