Skip to content

Commit

Permalink
Fixed password change via admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
SeAnSolovev committed Jan 9, 2024
1 parent 7ed0cc3 commit 822ee2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/library/acpsystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ public static function checkdate($time)

public static function passwdkey($passwd)
{
return md5(sha1($passwd));
return md5($passwd);
}

public static function mail($name, $text, $mail)
Expand Down

0 comments on commit 822ee2f

Please sign in to comment.