aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Fripost/Prompt.pm
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2011-03-14 20:54:51 +0100
committerStefan Kangas <skangas@skangas.se>2011-03-14 20:54:51 +0100
commit68708cd2430d4da548673fd612c891413448fddf (patch)
tree3c0864376422afebb9dc048a113ce4b7839f3dd3 /lib/Fripost/Prompt.pm
parentc6d17eebc6f40188a33fa8aca863129ed57868e9 (diff)
Send password with credentials mail
Diffstat (limited to 'lib/Fripost/Prompt.pm')
-rwxr-xr-xlib/Fripost/Prompt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fripost/Prompt.pm b/lib/Fripost/Prompt.pm
index 03c5fc4..b41f806 100755
--- a/lib/Fripost/Prompt.pm
+++ b/lib/Fripost/Prompt.pm
@@ -82,7 +82,7 @@ sub prompt_password {
);
say "Using password: $password";
}
- return smd5($password);
+ return $password;
}
=head1 AUTHOR