寻找“全方位服务” Rails 3 插件/gem/引擎,具有内部管理的用户创建/身份验证

发布于 2024-11-09 02:35:39 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(1

庆幸我还是我 2024-11-16 02:35:39

您可以使用 before_filter 设置注册页面,以进行适当授权的身份验证,以便随机人员无法创建新用户。

我推荐 CanCan,它是管理角色能力的一种乐趣,并且拒绝除管理员之外的所有人创建新用户。 CanCan 还可以自动授权控制器操作,如果未经授权,甚至不允许获取注册表单。

You can set up the sign-up page with a before_filter for authentication with proper authorization so that random people can not create new users.

I recommend CanCan which is a joy to manage Role abilities and denying all but admins to create new users. CanCan can also automatically authorize Controller actions and will not allow even to acquire the signup form if not authorized.

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