Diff for /loncom/auth/lonacc.pm between versions 1.101 and 1.102

version 1.101, 2006/09/19 20:36:27 version 1.102, 2006/11/23 01:49:41
Line 200  sub handler { Line 200  sub handler {
   
     my $handle;      my $handle;
     if ($lonid) {      if ($lonid) {
  $handle=$lonid->value;   $handle=&LONCAPA::clean_handle($lonid->value);
         $handle=~s/\W//g;  
     }      }
   
     my $result = &sso_login($r,$lonid,$handle);      my $result = &sso_login($r,$lonid,$handle);

Removed from v.1.101  
changed lines
  Added in v.1.102


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>