From b0460b1b8fb61569d20cbd4ac75ae6976bd34a92 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 3 May 2012 18:18:55 +0200 Subject: =?UTF-8?q?=E2=80=98IO::Prompt=E2=80=99=20is=20deprecacted;=20Migr?= =?UTF-8?q?ating=20to=20=E2=80=98IO::Prompter=E2=80=99=20(by=20the=20same?= =?UTF-8?q?=20author).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fripost-passwd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fripost-passwd') diff --git a/fripost-passwd b/fripost-passwd index 8fad371..4374e47 100755 --- a/fripost-passwd +++ b/fripost-passwd @@ -146,10 +146,10 @@ if (defined $ARGV[0]) { or die "Error: `" .$username. "' is not a valid e-mail.\n"; } else { - $username = prompt_email("New username: ", 'is_user'); + $username = prompt_email("Username: ", 'is_user'); } my $password = $conf->{password}; -$password //= hash( undef, undef, prompt_password() ); +$password //= hash( prompt_password() ); # Ensure that the user exists. -- cgit v1.2.3