From d220c8a4bfa1aee8f17ed71c2dba655160dd3595 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 3 Feb 2001 14:03:50 +0000 Subject: time-based prepaid cards, session monitor. woop! --- htdocs/docs/signup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs/docs/signup.html') diff --git a/htdocs/docs/signup.html b/htdocs/docs/signup.html index 6f1e03930..a40b1f963 100644 --- a/htdocs/docs/signup.html +++ b/htdocs/docs/signup.html @@ -52,6 +52,6 @@ Optional:
  • $email_name - first and last name (an example file is included as fs_signup/cck.template). See the Netscape documentation for more information. -
  • If there are any entries in the prepay_credit table, a user can enter a string matching the identifier column to receive the credit specified in the amount column, after which that identifier is no longer valid. This can be used to implement pre-paid "calling card" type signups. The bin/generate-prepay script can be used to populate the prepay_credit table. +
  • If there are any entries in the prepay_credit table, a user can enter a string matching the identifier column to receive the credit specified in the amount column, and/or the time specified in the seconds column (for use with the session monitor), after which that identifier is no longer valid. This can be used to implement pre-paid "calling card" type signups. The bin/generate-prepay script can be used to populate the prepay_credit table. -- cgit v1.2.1