euromark 11 years ago
parent
commit
62a2eb8515
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Controller/Component/Auth/ModernPasswordHasher.php

+ 4 - 0
Controller/Component/Auth/ModernPasswordHasher.php

@@ -12,6 +12,10 @@ App::uses('AbstractPasswordHasher', 'Controller/Component/Auth');
  *   require CakePlugin::path('Tools') . 'Lib/Bootstrap/Password.php';
  * You would then require it in your bootstrap.php.
  * But the preferred way would be a composer dependency.
+ *
+ * @author Mark Scherer
+ * @license MIT
+ * @link http://www.dereuromark.de/2011/08/25/working-with-passwords-in-cakephp/
  */
 class ModernPasswordHasher extends AbstractPasswordHasher {