Enable bruteforce protection on login endpoint
This commit is contained in:
12
templates/fatal_error.html
Normal file
12
templates/fatal_error.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Access denied</title>
|
||||
|
||||
<link href="/assets/css/bootstrap.css" rel="stylesheet" crossorigin="anonymous"/>
|
||||
</head>
|
||||
<body>
|
||||
<p>{{ message }}</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user