increase interval between auto for/opers and add up to 9 days of randomi-
[spider.git] / perl / DXUser.pm
index 26c3f5db3cbc57cbcbd0fc7cf3a718e567af4162..bfc861de27271aaf7ee0c9cac912d3f41d11f24e 100644 (file)
@@ -28,7 +28,7 @@ use vars qw(%u $dbm $filename %valid $lastoperinterval $lasttime);
 %u = ();
 $dbm = undef;
 $filename = undef;
-$lastoperinterval = 30*24*60*60;
+$lastoperinterval = 60*24*60*60;
 $lasttime = 0;
 
 # hash of valid elements and a simple prompt
@@ -40,7 +40,7 @@ $lasttime = 0;
                  lat => '0,Latitude,slat',
                  long => '0,Longitude,slong',
                  qra => '0,Locator',
-                 email => '0,E-mail Address',
+                 email => '0,E-mail Address,parray',
                  priv => '9,Privilege Level',
                  lastin => '0,Last Time in,cldatetime',
                  passwd => '9,Password,yesno',
@@ -75,6 +75,7 @@ $lasttime = 0;
                  lastoper => '9,Last for/oper,cldatetime',
                  nothere => '0,Not Here Text',
                  registered => '9,Registered?,yesno',
+                 prompt => '0,Required Prompt',
                 );
 
 no strict;