Skip to content

Commit e259acd

Browse files
committed
Further fix needed with fc420ad to support lowercase hashes. We need to treat clear hash as uppercase for consistency
1 parent b4a386d commit e259acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Classes/LDAP/Attribute/Password/Clear.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
final class Clear extends Base
66
{
7-
public const key = '*clear*';
7+
public const key = '*CLEAR*';
88

99
public function encode(string $password): string
1010
{

0 commit comments

Comments
 (0)