We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71f0ad commit 4e2b834Copy full SHA for 4e2b834
core/lostpassword/templates/resetpassword.php
@@ -1,4 +1,4 @@
1
-<form action="<?php echo 'resetpassword.php?'.$_SERVER['QUERY_STRING']; ?>" method="post">
+<form action="<?php echo 'resetpassword.php?user='.htmlentities($_GET['user']).'&token='.htmlentities($_GET['token']); ?>" method="post">
2
<fieldset>
3
<?php if($_['success']): ?>
4
<h1><?php echo $l->t('Your password was reset'); ?></h1>
0 commit comments