redo ant csrf token
ensure anti csrf token and session is only created after login
This commit is contained in:
@@ -86,7 +86,6 @@ button:hover {
|
||||
|
||||
<label for="password">Password</label>
|
||||
<input type="password" id="password" name="password" placeholder="Enter your password" required>
|
||||
<input type="hidden" name="csrf_token" value="<%= csrfToken %>">
|
||||
<button type="submit">Login</button>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user