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 d974e65 commit 4ebeeef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cake/libs/controller/components/security.php
Expand Up @@ -106,7 +106,6 @@ class SecurityComponent extends Object {
var $loginOptions = array('type' => '', 'prompt' => null);
/**
* 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 Expand Up @@ -690,4 +689,4 @@ function _callback(&$controller, $method, $params = array()) {
}
}

?>
?>

0 comments on commit 4ebeeef

Please sign in to comment.