symfony2 的 sfguard 捆绑包

发布于 2024-12-01 06:38:33 字数 131 浏览 1 评论 0原文

symfony2 有一个 (Propel) 的捆绑包,是否有 symfony2 的 sfguard 捆绑包

There is a bundle for (Propel) for symfony2,is there sfguard bundle for symfony2

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

森林很绿却致人迷途 2024-12-08 06:38:33

目前还没有 sfGuard 捆绑包,但是您查看过 FOSUserBundle 吗?事实上,我比 sfGuard 更喜欢它。

There's no sfGuard bundle (yet), but have you checked out FOSUserBundle? I actually like it better than sfGuard.

悟红尘 2024-12-08 06:38:33

FOSUserBundle 可以完成这项工作,并且与 Propel 完全兼容。请注意,Propel 的官方捆绑包是 PropelBundle

威廉

The FOSUserBundle does the job and it's fully compatible with Propel. Note the official bundle for Propel is the PropelBundle.

William

沫雨熙 2024-12-08 06:38:33

symfony2 的 sfGuard Bundle 尚不可用。

sfGuard Bundle for symfony2 is not available yet.

小瓶盖 2024-12-08 06:38:33

FOSUserBundle 比 sfGuardUser 更好,它允许使用不同的数据源,如 ORM (Doctrine)、MongoDB/CouchDB ODM 或 Propel。

开箱即用的此捆绑包不支持数据库持久角色,ACL 功能是允许的,但仅限于两个级别的用户:ROLE_USER 和 ROLE_ADMIN,可以通过命令行将此角色授予用户。

$ php app/console fos:user:promote testuser ROLE_ADMIN

您可以通过此链接 http://blog 找到有关如何在数据源上存储角色的更多信息。 jmoz.co.uk/symfony2-fosuserbundle-roles

FOSUserBundle is better than sfGuardUser, it allow to use different data source as ORM (Doctrine), MongoDB/CouchDB ODM or Propel.

Out of the box this Bundle does NOT support database persisted roles, the ACL functionality is allow but only on two level of user: ROLE_USER, and ROLE_ADMIN, this roles can be grant to the user by the command line.

$ php app/console fos:user:promote testuser ROLE_ADMIN

You can found more about how store role on the data source at this link http://blog.jmoz.co.uk/symfony2-fosuserbundle-roles

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文