made register secure (hopefuly) and added the actual forms

This commit is contained in:
2024-01-20 17:15:31 +01:00
parent 607c307dc5
commit f2bec5f92d
3 changed files with 31 additions and 23 deletions

View File

@@ -9,7 +9,8 @@
<body>
<h2>Login</h2>
<form action="../login.php" method="post">
<!-- Add your login form fields here (e.g., username, password) -->
<input type="email" name="email" id="email-field" required>
<input type="password" name="password" id="password-field" required>
<input type="submit" value="Login">
</form>
</body>