Silly question but is solidus_auth_devise meant as...
# support
t
Silly question but is solidus_auth_devise meant as a drop-in replacement for existing installments of devise?
e
No, if you have an existing devise setup and want to keep it you should roll your own configuration, there’s a “custom_user” generator available, but the currently released one might be slightly broken/suboptimal The one in master tho should work fine (you can follow it as a recipe and apply the changes manually to your app) https://github.com/solidusio/solidus/tree/master/core/lib/generators/spree/custom_user
i.e. • Add the migrations • Copy the helper • Add the initializer • Set the value for
Spree.user_class
t
Hi! Sorry, missed this reply.
👍 1