From 07d16a40212f50d5fd571a80620c649676f3347a Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Tue, 3 Jun 2008 02:46:42 +0200 Subject: [PATCH] edituser.cgi: SSH authcore expires in 24 hours, not 1 hour --- cgi/edituser.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/edituser.cgi b/cgi/edituser.cgi index 45ab0bf..553eee4 100755 --- a/cgi/edituser.cgi +++ b/cgi/edituser.cgi @@ -71,7 +71,7 @@ EOT close MAIL; print "

You should shortly receive an e-mail containing an authorization code. Please enter this code below to update your SSH keys. -The code will expire in an hour or after you have used it.

"; +The code will expire in 24 hours or after you have used it.

"; _auth_form($name, "'Login'"); exit; } else { -- 2.11.4.GIT