File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ sub checkPassword {
611
611
my $possibleCryptPassword = utf8Crypt($possibleClearPassword , $Password -> password);
612
612
my $dbPassword = $Password -> password;
613
613
# This next line explicitly insures that blank or null passwords from the database can never succeed in matching
614
- # an entered password. This also rejects cases when the database has an encrypted password which matches a
614
+ # an entered password. This also rejects cases when the database has a crypted password which matches a
615
615
# submitted all white-space or null password by requiring that the $possibleClearPassword contain some non-space
616
616
# character. Since several authentication modules fall back to calling this function without trimming the
617
617
# possibleClearPassword as is done during get_credentials in this module, we do not assume that an all-white
You can’t perform that action at this time.
0 commit comments