I am trying to create something where only i can log in for example , I want to set a specified email and password that will let me log in. Im sorry i do not know how to explain very good , Like only allowed to have 1 user (me) for which i can set a specfic email and password. How could i do this??
Thank you for the help Daniel , however what i am trying to do is , not allow any signup. Just 1 set of username and password to ever exist , which will be the only one to be able to log in. Would this be acomplished with the same steps you mentioned above? Thanks.
Something I tried was to simply create two input fields.
Input field 1 = enter username and Input field 2 = enter password.
Create a button and name it “Login”
Create a workflow, whereby when the login button is clicked, the user is navigated to the page you desire but only when username = whatever you wish and password = whatever you wish.
This way, you can ensure there is just one username and password for the entire system.