solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
53 stars 128 forks source link

Allow to really_destroy! users #185

Closed skukx closed 4 years ago

skukx commented 4 years ago

Fixes #184

When calling Spree::User#really_destroy! the callback scramble_email_and_password gets called which tries to save a deleted record resulting in a runtime error.

kennyadsl commented 4 years ago

Specs are failing due to https://github.com/solidusio/solidus_auth_devise/pull/186. Once it's merged, we can rebase here and this should be good to go, thanks again!

kennyadsl commented 4 years ago

@skukx merged, if you can rebase, we should be good to go, thanks!