]> git.mxchange.org Git - friendica.git/commitdiff
Update comment with updated expiration time
authorHypolite Petovan <mrpetovan@gmail.com>
Sun, 21 Jan 2018 00:15:05 +0000 (19:15 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Sun, 21 Jan 2018 00:15:05 +0000 (19:15 -0500)
mod/lostpass.php

index c8254d6ca3e7c9ffda0c0aea78026e2e0363c133..e29295a71445dee954870c0b8fa3e90c6bb7ab5e 100644 (file)
@@ -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,