refinery / refinerycms-authentication-devise

Devise based authentication extension for Refinery CMS
MIT License
17 stars 61 forks source link

refinerycms-authentication-devise doesn't play well with activeadmin #16

Closed ogerman closed 8 years ago

ogerman commented 8 years ago

Overriding Devise default settings here and here brings to errors in activeadmin gem

bricesanchez commented 8 years ago

Could you provide a pull request to improve the support of activeadmin gem ?

bricesanchez commented 8 years ago

Any idea @parndt ?

parndt commented 8 years ago

Not immediately.

parndt commented 8 years ago

This is why we extracted it though - issues like this

eneeyac commented 8 years ago

Does anyone have any thoughts how to fix this issue? Maybe not implementation, but just an idea, which can be implemented by someone else.

bricesanchez commented 8 years ago

@eneeyac You could create your own authentication plugin based on the refinerycms-authentication-devise and https://github.com/refinerycms-contrib/spree-refinery-authentication

eneeyac commented 8 years ago

@bricesanchez Thank you

bricesanchez commented 8 years ago

Your welcome!