Skip to content

Commit 33d5fe0

Browse files
committed
Revert crypted -> encrypted.
1 parent 31c04e4 commit 33d5fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WeBWorK/Authen.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)