[WIP] Refactor account lost

This commit is contained in:
slawkens
2026-01-01 08:40:48 +01:00
parent 85e54e709e
commit e425d597a8
5 changed files with 7 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ csrfProtect();
$title = 'Lost Account';
$nick = $_POST['nick'] ?? '';
$nick = $_REQUEST['nick'] ?? '';
if($account->isLoaded()) {
if($account->getCustomField('email_next') < time()) {