Browse Source

Update Passwordable.md

Mark S. 11 years ago
parent
commit
b7697b8520
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/Passwordable.md

+ 2 - 2
docs/Passwordable.md

@@ -54,7 +54,7 @@ Also note that you can apply global settings via Configure key 'Passwordable', a
 if you don't want to manually pass them along each time you use the behavior. This also
 if you don't want to manually pass them along each time you use the behavior. This also
 keeps the code clean and lean. See the `app.default.php` file for details.
 keeps the code clean and lean. See the `app.default.php` file for details.
 
 
-And do NOT add any password stuff to your Table or Entity classes. That would hash the password twice.
+And do NOT add any password hashing to your Table or Entity classes. That would hash the password twice.
 
 
 ## Examples
 ## Examples
 
 
@@ -159,4 +159,4 @@ public function login() {
 	}
 	}
 }
 }
 ```
 ```
-Note that the `passwordHasher` config has been set here globabally to assert the Fallback hasher class to kick in.
+Note that the `passwordHasher` config has been set here globabally to assert the Fallback hasher class to kick in.