--- loncom/auth/lonlogin.pm 2016/02/17 19:15:39 1.165 +++ loncom/auth/lonlogin.pm 2016/05/03 22:33:49 1.168 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.165 2016/02/17 19:15:39 raeburn Exp $ +# $Id: lonlogin.pm,v 1.168 2016/05/03 22:33:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -355,6 +355,9 @@ initkeys(); if(this.document.server.action.substr(0,5) === 'http:'){ this.document.server.elements.upass0.value =getCrypted(this.document.client.elements.upass$now.value); +} else { + this.document.server.elements.upass0.value + =this.document.client.elements.upass$now.value; } this.document.client.elements.uname.value=''; @@ -520,7 +523,7 @@ LFORM $r->print(<
- The Learning Online Network with CAPA + The Learning Online Network with CAPA
HEADER } @@ -544,7 +547,7 @@ HEADER
ENDTOP if ($showmainlogo) { - $r->print(' '."\n"); + $r->print(' '."\n"); } $r->print(<