made register secure (hopefuly) and added the actual forms
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user