devise-passwordless icon indicating copy to clipboard operation
devise-passwordless copied to clipboard

Undefined method `update_with_password'

Open synth opened this issue 10 months ago • 0 comments

Given: I'm using devise-passwordless and I've logged in and I try to update my user profile (ie via devise's registrations controller), I get the following error:

undefined method `update_with_password'
Image

I tried reading through the README and tickets to find a solution on this as this seems like a common case, but i couldn't find anything. What is the appropriate way to handle this? To override the registrations controller? Or to implement update_with_password in my User model and just don't.

synth avatar Feb 23 '25 21:02 synth