X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=update.cgi;h=d8e0ad0bb719c253b6eb9f4bef60ca5676877021;hb=7d60f07600e093d10db8176efdb916e5c042f72f;hp=d2d1929008ee90d5fb14c924a92cf5b60a4ea257;hpb=eefa20dad2aa351fcc9d0fa24f7d32042b453542;p=mirror%2Fuserdir-ldap-cgi.git diff --git a/update.cgi b/update.cgi index d2d1929..d8e0ad0 100755 --- a/update.cgi +++ b/update.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -# $Id: update.cgi,v 1.3 1999/10/23 04:01:44 tausq Exp $ +# $Id: update.cgi,v 1.4 1999/12/13 04:53:28 tausq Exp $ # (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; @@ -77,9 +77,6 @@ if (!($query->param('doupdate'))) { $data{staddress} = $entry->{postaladdress}->[0]; $data{staddress} =~ s/\$/\n/; $data{countryname} = &Util::LookupCountry($data{c}); - if ($data{labeledurl} !~ /^https?:\/\//i) { - &Util::HTMLError("Malformed URL entered"); - } $data{email} = join(", ", @{$entry->{emailforward}}); @@ -97,6 +94,10 @@ if (!($query->param('doupdate'))) { # Actually update stuff... my ($newpassword, $newstaddress); + if ($query->param('labeledurl') !~ /^https?:\/\//i) { + &Util::HTMLError("Your homepage URL is invalid"); + } + if ($query->param('newpass') && $query->param('newpassvrfy')) { if ($query->param('newpass') ne $query->param('newpassvrfy')) { # passwords don't match...