Skip to content

Commit

Permalink
Remove deprecated tag for Security::hash().
Browse files Browse the repository at this point in the history
This method is used for generating token by SecurityComponent and FormHelper.
  • Loading branch information
ADmad committed Jul 5, 2014
1 parent 2d5244c commit d0e1b2e
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 d0e1b2e

Please sign in to comment.