aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/user/manage.phtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/user/manage.phtml b/app/views/user/manage.phtml
index c22affc9d..bffda64e6 100644
--- a/app/views/user/manage.phtml
+++ b/app/views/user/manage.phtml
@@ -5,6 +5,9 @@
<form method="post" action="<?= _url('user', 'create') ?>" autocomplete="off">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />
+ <input type="hidden" name="originController" value="<?= Minz_Request::controllerName() ?>" />
+ <input type="hidden" name="originAction" value="<?= Minz_Request::actionName() ?>" />
+
<legend><?= _t('admin.user.create') ?></legend>
<div class="form-group">