Diff for /loncom/interface/lonpreferences.pm between versions 1.35 and 1.36

version 1.35, 2004/02/21 01:31:04 version 1.36, 2004/03/08 17:31:37
Line 63  use Apache::lonlocal; Line 63  use Apache::lonlocal;
 ##################################################  ##################################################
 sub des_keys {  sub des_keys {
     # Make a new key for DES encryption.      # Make a new key for DES encryption.
     # Each key has two parts which are returned seperately.      # Each key has two parts which are returned separately.
     # Please note:  Each key must be passed through the &hex function      # Please note:  Each key must be passed through the &hex function
     # before it is output to the web browser.  The hex versions cannot      # before it is output to the web browser.  The hex versions cannot
     # be used to decrypt.      # be used to decrypt.
Line 503  sub passwordchanger { Line 503  sub passwordchanger {
 $errormessage  $errormessage
   
 <p>  <p>
 <!-- We seperate the forms into 'server' and 'client' in order to  <!-- We separate the forms into 'server' and 'client' in order to
      ensure that unencrypted passwords will not be sent out by a       ensure that unencrypted passwords will not be sent out by a
      crappy browser -->       crappy browser -->
   

Removed from v.1.35  
changed lines
  Added in v.1.36


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