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

devise-rails with confirmable seems to cause issues

Open renegadeandy opened this issue 7 years ago • 2 comments

This is well documented at this stack overflow post - can you please take a look :

http://stackoverflow.com/questions/43149577/rails-composer-devise-rails-will-not-let-me-complete-a-rails-dbreset

renegadeandy avatar Mar 31 '17 21:03 renegadeandy

I seem to have fixed this by changing the line of create_admin_service user.confirm! to user.confirm - as user.confirm! doesn't exist in confirmable.rb of devise.

renegadeandy avatar Mar 31 '17 21:03 renegadeandy

Please can somebody check and validate this - then fix it.

renegadeandy avatar Mar 31 '17 21:03 renegadeandy