Bug 352355: Cannot log in on a fresh installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
git-svn-id: svn://10.0.0.236/trunk@209864 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2fa664187f
commit
5c4741ba5d
@ -192,8 +192,10 @@ sub create_admin {
|
||||
|
||||
print get_text('install_admin_get_password') . ' ';
|
||||
$password = <STDIN>;
|
||||
chomp $password;
|
||||
print "\n", get_text('install_admin_get_password2') . ' ';
|
||||
my $pass2 = <STDIN>;
|
||||
chomp $pass2;
|
||||
eval { validate_password($password, $pass2); };
|
||||
if ($@) {
|
||||
print "\n$@\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user