aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2010-05-15 14:01:42 +0200
committerWojciech Polak <polak@gnu.org>2010-05-15 14:01:42 +0200
commit2c2eb7c5cc3272a1706791d41df7ee8dcebeaf89 (patch)
treee6a19f464108610d8041452539c762aa12693288
parentcf59b4ec83b32d99f713abba00c026835be30fbc (diff)
downloadcheetah-2c2eb7c5cc3272a1706791d41df7ee8dcebeaf89.tar.gz
cheetah-2c2eb7c5cc3272a1706791d41df7ee8dcebeaf89.tar.bz2
Extend the expiration period to 90 days.
-rw-r--r--backend/config.scm2
-rw-r--r--site-content/terms_of_service.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/config.scm b/backend/config.scm
index 9406785..1870e49 100644
--- a/backend/config.scm
+++ b/backend/config.scm
@@ -19,13 +19,13 @@
#:export (dry-run catch-sql-failure ignore-sql-failure))
(define-public cheetah-base-dir "/websites/cheetah")
(define-public cheetah-trs-expire-days 2)
(define-public cheetah-tmp-dir "/tmp")
-(define-public cheetah-expire-days 60)
+(define-public cheetah-expire-days 90)
(define-public cheetah-notify-days 14)
(define-public cheetah-iface "mysql")
(define-public cheetah-port 0)
(define-public cheetah-host "localhost")
(define-public cheetah-database "test")
diff --git a/site-content/terms_of_service.txt b/site-content/terms_of_service.txt
index 372a218..447aa52 100644
--- a/site-content/terms_of_service.txt
+++ b/site-content/terms_of_service.txt
@@ -47,13 +47,13 @@ Service.</p>
purpose. You must not, in the use of the Service, violate any
laws in your jurisdiction (including, but not limited to,
copyright laws).</li>
<li id="expiration">Your account will remain active for as long as you are using it at least
once a month. It will expire if you never access it within a term of
- 60 days. Approximately two weeks before your account is due to expire,
+ 90 days. Approximately two weeks before your account is due to expire,
you will receive an expiration notice via e-mail.</li>
<li>Special <i>guest</i> account is provided for evaluation purposes.
The account gives access to a limited subset of the Service
functionality. The terms set forth in this document apply without
limitation to this account. Your using of this account indicates

Return to:

Send suggestions and report system problems to the System administrator.