X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=blobdiff_plain;f=ud-useradd;h=74008e5bbffd561937acb88d2deda9ccaaf03287;hp=9088502dc335e67ee2a67935632218b2956a60d6;hb=65b2c0e97ea1a08f194f9b56aa0c80e2f86ae460;hpb=6d491a2844b3d1c5e11edc6b914b45b87849383e diff --git a/ud-useradd b/ud-useradd index 9088502..74008e5 100755 --- a/ud-useradd +++ b/ud-useradd @@ -150,7 +150,6 @@ if Update == 0 or ForceMail == 1: print "Randomizing and encrypting password" Password = GenPass(); Pass = HashPass(Password); - print "PASS: ", Password; # Use GPG to encrypt it, pass the fingerprint to ID it CryptedPass = GPGEncrypt("Your new password is '" + Password + "'\n",\