【发布时间】:2015-03-24 17:27:32
【问题描述】:
我正在为我的 Rails 应用程序使用 devise_token_auth gem。用户注册完成后,我想登录应用程序。如何跳过确认。
我试过config.reconfirmable = false,但没有成功
谁能建议我或帮助我如何实现这一目标? 我尝试了提供的解决方案
Why won't Devise allow unconfirmed users to login even when allow_unconfirmed_access_for is set? 但还是结束了
{"success":false,"errors":["A confirmation email was sent to your account at test123@gmail.com. You must follow the instructions in the email before your account can be activated"]}
【问题讨论】:
标签: ruby-on-rails ruby-on-rails-4.2 devise-confirmable