--- loncom/auth/lonauth.pm 2001/07/28 15:57:48 1.21 +++ loncom/auth/lonauth.pm 2001/08/04 00:39:32 1.22 @@ -6,7 +6,7 @@ # 7/1,7/10,10/2,10/5,10/9,10/26,10/30,11/10, # 05/28,05/29 Gerd Kortemeyer # 07/24 Scott Harrison -# 07/28 Gerd Kortemeyer +# 07/28,08/03 Gerd Kortemeyer package Apache::lonauth; @@ -124,7 +124,7 @@ sub success { my @what=&Apache::lonnet::dump('critical',$domain,$username); if ($what[0]) { - if ($what[0] ne 'con_lost') { + if (($what[0] ne 'con_lost') && ($what[0]!~/^error\:/)) { $lowerurl='/adm/email?critical=display'; } }