aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-mkpass.pl
diff options
context:
space:
mode:
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";