File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -611,7 +611,7 @@ sub checkPassword {
611611 my $possibleCryptPassword = utf8Crypt($possibleClearPassword , $Password -> password);
612612 my $dbPassword = $Password -> password;
613613 # 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
615615 # submitted all white-space or null password by requiring that the $possibleClearPassword contain some non-space
616616 # character. Since several authentication modules fall back to calling this function without trimming the
617617 # 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