I have a user log in form and it works well however, I would like to incorporate a log out button that returns the user to the login form.... I have managed to get the Button and the redirect to work... but when the Login form reloads it has the User field and Password field populated with the information that was used initially to log in the user.
Please help.
User Log in--->Hits log out button--->Redirects to log in form--->Should be a blank log in form.