From: Hypolite Petovan <mrpetovan@gmail.com>
Date: Sun, 21 Jan 2018 00:15:05 +0000 (-0500)
Subject: Update comment with updated expiration time
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a827522f530b11972141d8bf3069e2ae5911efb4;p=friendica.git

Update comment with updated expiration time
---

diff --git a/mod/lostpass.php b/mod/lostpass.php
index c8254d6ca3..e29295a714 100644
--- a/mod/lostpass.php
+++ b/mod/lostpass.php
@@ -91,7 +91,7 @@ function lostpass_content(App $a)
 			return lostpass_form();
 		}
 
-		// Password reset requests expire in 20 minutes
+		// Password reset requests expire in 60 minutes
 		if ($user['pwdreset_time'] < datetime_convert('UTC', 'UTC', 'now - 1 hour')) {
 			$fields = [
 				'pwdreset' => null,