redirect to original target page after logging in
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<p class="alert alert-error"><?= Helper\escape($errors['login']) ?></p>
|
||||
<?php endif ?>
|
||||
|
||||
<form method="post" action="?controller=user&action=check">
|
||||
<form method="post" action="?controller=user&action=check&redirect_query=<?= urlencode($redirect_query) ?>">
|
||||
|
||||
<?= Helper\form_csrf() ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user