I know this question has appeared umpteen number of times in the forum. But here it is, yet again. Can anyone please help me in understanding how to build a simple log-in page, wherein I am not using the default authentication provided in the platform; but I would prefer to use registration into the app and authenticate registered users to access the app. I’ve been trying to use microflows, that is, I am trying to trigger a microflow that validates a user on click of a button(am not using Sign-In button or login form). My doubt here is: How to access the form variables in a microflow, so that I can check them with database values? All I can see is current_user, which is not what I’d validate the DB values with.
↧