python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Rails - Devise Invitable - Two Devise User Models - Password can't be blank error with devise prior to invitation being sent
I am trying to set up devise_invitable with two user models; User and Exechost. Everything works fine with the User model, the User code was implemented first and then the second model, Exechost, was ...
bweathers
Votes: 0
Answers: 1
With Rails System Test my custom Devise is allowing login without authentication. How is this possible?
I'm struggling with a bug that I hope someone can help me with. If this is the wrong place to ask, let me know.
So I've written my own custom authenticator with Devise... essentially one the 1st logi...
Mercutio
Votes: 0
Answers: 0
Rails + Devise: Disable Password Login (only oauth)
I am developing an app which for now needs to have registrations/password logins disabled, but they may be used in the future. Currently, it only allows logins/registrations via an oauth flow, which i...
Spyros
Votes: 0
Answers: 0
Devise Api: {"message":"Sign up failure. Email can't be blank and Password can't be blank"}
I am having an issue with the Devise Api. I already got my web application for devise figured out, but because I want to also make an app I need to configure the API for devise which i am really strug...
Vincent Wittek
Votes: 0
Answers: 1