a few last second bug fixes
This commit is contained in:
parent
0527e7bf39
commit
efbb31b7dc
6 changed files with 6 additions and 35 deletions
|
|
@ -417,7 +417,6 @@ sub recoverPasswordFinish {
|
|||
$flag = 0;
|
||||
while (($username,$userId) = $sth->array) {
|
||||
my $len = $session{setting}{webguiPasswordLength} || 6;
|
||||
my $len = 6;
|
||||
$password = "";
|
||||
for(my $i = 0; $i < $len; $i++) {
|
||||
$password .= chr(ord('A') + randint(32));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue