浏览代码

correct docs

Mark Scherer 10 年之前
父节点
当前提交
42c169b619
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      docs/Shims.md

+ 0 - 4
docs/Shims.md

@@ -32,10 +32,6 @@ any of your code still uses the deprecated named params.
 In 3.x there will be a FlashComponent instead. Mine also provides stackable (multi) messages.
 See https://github.com/dereuromark/cakephp-tools/wiki/Flash-messages for details.
 
-### Login/Passwords
-Already use the PHP5.5+ password functionality with the ModernPasswordHasher class and the Passwordable behavior.
-Easily upgradable to 3.x in minutes.
-
 ### RSS
 Use RssView instead of the akward and limited helper approach.