Hello, How can i show Login/sign up page first? currently my site is going straight to the dashboard without having to login
It probably has to do something with the workflow set up.
Hey @sasyo71. Probably your dashboard page will have a workflow when the page is loaded and the current user is not logged in, you will redirect them to login page. Whenever, you need a page hidden behind authentication, you can do this. I do this in a reusable for example, and include this reusable whenever a page needs authenticated user.
thanks for taking your time, it worked i just had to create a workflow for the page.
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.