aqhome-cgi: use AQH_ModService_DenyRequest

this function redirects to the login page and then to the requested page.
This commit is contained in:
Martin Preuss
2026-05-29 17:22:12 +02:00
parent 03db148a3b
commit b8d2fc76eb
3 changed files with 68 additions and 23 deletions

View File

@@ -4,6 +4,7 @@
<h3>Enter your login credentials</h3>
<form action="login" method="post">
<input type="hidden" name="dest" value="$(destination)">
<label for="userid">Username:</label>
<input type="text" id="userid" name="userid" placeholder="Enter your Username" required>
<label for="password">Password:</label>
@@ -20,6 +21,4 @@
</a>
</p>
</div>
</body>
</html>