Now let's assume that every page in our website is gated that means you need to login to the site with valid credentials to access any page of the site. To do this you can follow the Sitecore blog. Once you mark the website as required login and give the link of the Login page … Continue reading Creating Simple Authentication Module for Sitecore Site – Part 3 (Gated Website)
Authentication
Creating Simple Authentication Module for Sitecore Site – Part 2 (Login)
In this blog, we will create a Login page which will help registered users to login to the site. If you want to see how to create Registration work then you should refer this blog. The Login process idea for this blog has been taken from Sitecore site. To design a Login Page, we will … Continue reading Creating Simple Authentication Module for Sitecore Site – Part 2 (Login)
Creating Simple Authentication Module for Sitecore Site – Part 1 (Registration)
Creating the Authentication Module for Sitecore Site requires below pages and functionalities: Registration Page Login Page Reset Password Update Profile The above functionalities help the end customers to login to site and access the pages. Let's assume that you have a Sitecore SXA website and all the pages are gated. To setup the login for … Continue reading Creating Simple Authentication Module for Sitecore Site – Part 1 (Registration)
Custom submit action for Sitecore Forms
I know there are many documentations on this already and wanted to thank the Sitecore Documentation team for a detailed document page on this topic. Please read the official document here. We had a request of having a registration form where once the user submits the form, the user must be created in the Sitecore … Continue reading Custom submit action for Sitecore Forms