I'm trying to make a workflow for a login page. The user enters their username and their password, then clicks the login button. I need to create a workflow for the login button so that the button checks that the username and password entered matches with the username and password stored in the domain model. How can I go about doing this?
↧