зеркало из https://github.com/mozilla/pjs.git
Bug 352355: Cannot log in on a fresh installation - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=bkor a=justdave
This commit is contained in:
Родитель
a52f3c73c6
Коммит
de9a290169
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче