Raise default password length from 8 to 23
This commit is contained in:
parent
19e07799cd
commit
1defbd3c02
@ -857,7 +857,7 @@ my $PASSWORD = '';
|
||||
#
|
||||
# Define some fallback password length
|
||||
#
|
||||
my $default_genpass_len = 8;
|
||||
my $default_genpass_len = 23;
|
||||
|
||||
|
||||
# Minor helpers for reducing code duplication
|
||||
|
||||
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -23,6 +23,7 @@ xen-tools (4.4+dev-1) UNRELEASED; urgency=low
|
||||
+ --password overrides --genpass. (Closes: #764143) Based on patch by
|
||||
Santiago Vila.
|
||||
+ Add password length sanity check with fallback to default length.
|
||||
+ Raise default password length from 8 to 23.
|
||||
|
||||
[ Santiago Vila ]
|
||||
+ Fix unaligned maxmem output of xen-create-image. (Closes: #764126)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user