From 2c2eb7c5cc3272a1706791d41df7ee8dcebeaf89 Mon Sep 17 00:00:00 2001 From: Wojciech Polak Date: Sat, 15 May 2010 14:01:42 +0200 Subject: Extend the expiration period to 90 days. --- backend/config.scm | 2 +- site-content/terms_of_service.txt | 2 +- 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 @@ -22,7 +22,7 @@ (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") 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 @@ -50,7 +50,7 @@ Service.

  • 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.
  • Special guest account is provided for evaluation purposes. -- cgit v1.2.1