Change anonymous account recommendation to plural
This commit is contained in:
parent
31c671d8ca
commit
a31ea3cda5
1 changed files with 3 additions and 3 deletions
|
@ -1256,9 +1256,9 @@ sub security_recommendations {
|
||||||
badprint "User '" . $line . "' is an anonymous account.";
|
badprint "User '" . $line . "' is an anonymous account.";
|
||||||
}
|
}
|
||||||
push( @generalrec,
|
push( @generalrec,
|
||||||
"Remove Anonymous User account - there is "
|
"Remove Anonymous User accounts - there are "
|
||||||
. scalar(@mysqlstatlist)
|
. scalar(@mysqlstatlist)
|
||||||
. " Anonymous account." );
|
. " Anonymous accounts." );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
goodprint "There is no anonymous account in all database users";
|
goodprint "There is no anonymous account in all database users";
|
||||||
|
@ -3555,4 +3555,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
# indent-tabs-mode: t
|
# indent-tabs-mode: t
|
||||||
# cperl-indent-level: 8
|
# cperl-indent-level: 8
|
||||||
# perl-indent-level: 8
|
# perl-indent-level: 8
|
||||||
# End:
|
# End:
|
||||||
|
|
Loading…
Reference in a new issue