Skip to content

Commit

Permalink
When using Digest Authentication the passwords do not need to be md5 …
Browse files Browse the repository at this point in the history
…hashed. Removed incorrect comment.

Fixes #733

Signed-off-by: mark_story <mark@mark-story.com>
  • Loading branch information
thatcode authored and markstory committed May 19, 2010
1 parent a94b9ee commit 385ceb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/controller/components/security.php
Expand Up @@ -109,7 +109,6 @@ class SecurityComponent extends Object {

/**
* An associative array of usernames/passwords used for HTTP-authenticated logins.
* If using digest authentication, passwords should be MD5-hashed.
*
* @var array
* @access public
Expand Down

0 comments on commit 385ceb4

Please sign in to comment.