X-Git-Url: http://git.hcoop.net/clinton/scripts.git/blobdiff_plain/162b4a73a03748ccbcba7eafb9b12a322da7b0c3..3c4375e5bf35bcd0d5b21c37c060ec8f3b1e19f0:/change-user-password diff --git a/change-user-password b/change-user-password index 78cb621..b011c1f 100755 --- a/change-user-password +++ b/change-user-password @@ -15,7 +15,7 @@ sudo kadmin.local -p root/admin -q "cpw $USER@HCOOP.NET" \ cat /tmp/kadmin.out | grep '\(is too short while changing\|does not contain enough\)' && \ (echo == sending complaint to $USER@hcoop.net ====================================================;\ echo 'please change it' |\ - mail -a 'From: Adam Megacz ' \ + mail -a 'From: HCoop Admins ' \ -c admins@hcoop.net \ -s "your ~/.mire-password is too short or not complex enough" $USER@hcoop.net) || \ true