Some removed escapeTags calls
This commit is contained in:
parent
0e2e488521
commit
23b10cf2ae
16 changed files with 39 additions and 50 deletions
|
@ -29,7 +29,7 @@ use Friendica\Util\Strings;
|
|||
|
||||
function lostpass_post(App $a)
|
||||
{
|
||||
$loginame = Strings::escapeTags(trim($_POST['login-name']));
|
||||
$loginame = trim($_POST['login-name']);
|
||||
if (!$loginame) {
|
||||
DI::baseUrl()->redirect();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue