spree_auth_devise
spree_auth_devise copied to clipboard
Provides authentication (user accounts, login & signup) for @spree by using Devise
I was running into a problem where logging in with a Spree user created after installing this gem was taking around 120 seconds to login in development. I _think_ this...
Updates the requirements on [rspec_junit_formatter](https://github.com/sj26/rspec_junit_formatter) to permit the latest version. Release notes Sourced from rspec_junit_formatter's releases. v0.5.1 Fixed Fixed compatibility with older rubies (915c2a4) Changelog Sourced from rspec_junit_formatter's changelog. [v0.5.1]...
rebased https://github.com/spree/spree_auth_devise/pull/537
this will allow users to use `:lockable` in their spree user models. related issue: https://github.com/spree/spree_auth_devise/issues/428 more info: https://github.com/heartcombo/devise/wiki/How-To:-Add-:lockable-to-Users @damianlegawiec
Fix for https://github.com/spree/spree_auth_devise/issues/535
Fixes #394 by allowing you to disable registrations.
Issue: Admin changes email of a user but the login field is not changed for that user. User is able to login only through old email and not able to...
The overridden methods in UserPasswordsController were inadvertently missing out on Devise's "paranoid mode", which protects against user enumeration attacks. Current dependency is Devise ~> 3.4.1 according to the gemspec, which...