Skip to content

Commit

Permalink
Merge pull request #3885 from ADmad/3.0-misc
Browse files Browse the repository at this point in the history
Remove deprecated tag for Security::hash().
  • Loading branch information
markstory committed Jul 5, 2014
2 parents 2d5244c + d0e1b2e commit 804ad32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Utility/Security.php
Expand Up @@ -71,7 +71,6 @@ public static function generateAuthKey() {
* value to $string (Security.salt). If you are using blowfish the salt
* must be false or a previously generated salt.
* @return string Hash
* @deprecated Using the SimplePasswordHasher class is recommended
* @link http://book.cakephp.org/2.0/en/core-utility-libraries/security.html#Security::hash
*/
public static function hash($string, $type = null, $salt = false) {
Expand Down

0 comments on commit 804ad32

Please sign in to comment.