aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-mkpass.pl
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2010-12-31 00:36:47 +0100
committerStefan Kangas <stefankangas@gmail.com>2010-12-31 00:36:47 +0100
commitc1bf5f074f8c6c079445d836dcdaf7b9bbc911ea (patch)
tree8f10c4c20f6bb0e8fcf9daa78ff4085865e09d9f /fripost-mkpass.pl
parent3bab37d8124cca63999c22a03dfd6f29f2ceb7f6 (diff)
Fix password generation, add missing subroutine
Diffstat (limited to 'fripost-mkpass.pl')
-rwxr-xr-xfripost-mkpass.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/fripost-mkpass.pl b/fripost-mkpass.pl
index 3b0c9f7..fba5079 100755
--- a/fripost-mkpass.pl
+++ b/fripost-mkpass.pl
@@ -24,7 +24,6 @@ my $password = mkpasswd(
-minnum => 5,
-minspecial => 3
);
-$user{password} = smd5($password);
# Show the information that will be inserted
say "Generated password: $password";