浏览代码

Update Passwordable.md

Mark S. 11 年之前
父节点
当前提交
b7697b8520
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
 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
 
@@ -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.