From c3d44e9d01d88fde47d817df4c7d77c16f074e65 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 7 Sep 2005 10:16:25 +0000 Subject: [PATCH] remote access key is a big long thing --- FS/FS/part_export/cpanel.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/cpanel.pm b/FS/FS/part_export/cpanel.pm index 3bc47e422..7628ff608 100644 --- a/FS/FS/part_export/cpanel.pm +++ b/FS/FS/part_export/cpanel.pm @@ -8,7 +8,7 @@ use FS::part_export; tie my %options, 'Tie::IxHash', 'user' => { label=>'Remote access username' }, - 'accesshash' => { label=>'Remote access key' }, + 'accesshash' => { label=>'Remote access key', type=>'textarea' }, ; %info = ( -- 2.11.0