flarum/sso/index.php

8 lines
234 B
PHP

<h1>Login</h1>
<form method="post" action="auth.php">
<input type="text" name="username" placeholder="Username">
<input type="password" name="password" placeholder="Password">
<button type="submit">Login</button>
</form>