标签: ruby-on-rails devise
我有一个持续出错的错误。这是用例:
是否有最佳做法可以完全阻止这种情况?有一个错误页面是否更好,它有一个指向他们可以重新登录的根路径的链接?
我感谢任何帮助。谢谢!
答案 0 :(得分:2)
根据文档,如果用户不可验证,您可以重定向到特定页面。
https://github.com/plataformatec/devise/wiki/How-To:-Redirect-to-a-specific-page-when-the-user-can-not-be-authenticated
也许它也有帮助:
Redirect to log in page if user is not authenticated with Devise