/[docman]/adduser.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /adduser.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dpavlin, Mon May 28 06:28:40 2001 UTC revision 1.3 by dpavlin, Wed Jun 20 07:57:32 2001 UTC
# Line 26  if (! $passwd) { Line 26  if (! $passwd) {
26                  $passwd="auth_pop3";                  $passwd="auth_pop3";
27          }          }
28  }  }
29  elsif (substr($passwd,0,5) ne "auth_") {  if (substr($passwd,0,5) ne "auth_") {
30                  $passwd=md5_hex($login.$passwd);                  $passwd=md5_hex($login.$passwd);
31  }  }
32    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26