From 3bfec7cf75a1a4eb4da1cdf8c64003bd6babcd81 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 2 Feb 2000 20:22:18 +0000 Subject: bugfix prepayment in signup server --- htdocs/docs/signup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htdocs/docs') diff --git a/htdocs/docs/signup.html b/htdocs/docs/signup.html index c78d1362c..fbd19df62 100644 --- a/htdocs/docs/signup.html +++ b/htdocs/docs/signup.html @@ -42,6 +42,6 @@ Optional:
  • $email_name - first and last name (an example file is included as fs_signup/ieak.template) -
  • 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. +
  • 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. -- cgit v1.2.1