getLoginForm()
getLoginForm(string $target_url, string $method, string $username)
Builds the login form and displays it
Parameters
| string | $target_url | Page's URL that handles the form data |
| string | $method | The HTTP method to be used when submitting the form (GET or POST) |
| string | $username | Previously entered username if the form has already been sent |