diff options
| author | ivan <ivan> | 2011-07-15 21:10:20 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-07-15 21:10:20 +0000 |
| commit | a816e075c54631250faed653d4ec7b69f727e93a (patch) | |
| tree | b9f36af1ff531d3e74efa3abdb9a17630af36d90 /fs_selfservice/FS-SelfService/cgi/signup.html | |
| parent | f07090d1447b1ac9b9796b4a19a37b76f57fa035 (diff) | |
add signup-duplicate_cc-warn_hours to warn about duplicate signups in a time span, RT#12011
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/signup.html')
| -rwxr-xr-x | fs_selfservice/FS-SelfService/cgi/signup.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/signup.html b/fs_selfservice/FS-SelfService/cgi/signup.html index 405444cfa..8204f5502 100755 --- a/fs_selfservice/FS-SelfService/cgi/signup.html +++ b/fs_selfservice/FS-SelfService/cgi/signup.html @@ -43,6 +43,14 @@ $OUT = join("\n", map { qq|<input type="hidden" name="$_" />| } qw / promo_code reg_code pkgpart username _password _password2 sec_phrase popnum mac_addr countrycode phonenum sip_password pin / ); %> +<%= + if ($override_ban_warn) { + $OUT .= 'Are you sure you want to sign up again? <SELECT NAME="override_ban_warn"><OPTION VALUE="0">No<OPTION VALUE="1">Yes</SELECT><BR><BR>'; + } else { + $OUT .= ''; + } +%> + Where did you hear about our service? <SELECT NAME="refnum"> <%= $OUT .= '<OPTION VALUE="">' unless $refnum; |
