如何创建默认的“访客”会话以便设计助手 current_user 将显示我的来宾用户?
我希望我的网站的所有用户都有默认的“访客”会话。我正在使用设计。我的所有设计代码都适用于注册用户,但我也有“访客”用户的用户记录。
我想要做的就是自动让某人以该用户身份登录,这样在我的视图和其他地方,对 Devise 的 current_user 的调用就不会失败。
自九月底以来,我一直在努力寻找这个问题的答案。我什至无法在 Devise 邮件列表上得到回复。
I want all users to my site to have a default "Guest" session. I am using Devise. All of my devise code is working for signed up users, but I also have a user record for a "Guest" user.
All I want to do is automatically log someone in as that user, so that in my views and elsewhere, the call to Devise's current_user will not fail.
I have spent since the end of September trying to find an answer for this. I can't even get a reply on the Devise mailing list.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)