Jules
Results
2
issues of
Jules
Hey, On this Wiki (very useful) : https://github.com/plataformatec/devise/wiki/How-to:-Scope-login-to-subdomain, something is missing for the reset password process. devise( :database_authenticatable, ... , :reset_password_keys => [:email, :your_key_id]) Without that, we can send reset...
Hi all, I'm having a `DEPRECATION WARNING: Model.scoped is deprecated. Please use Model.all` when using `User.with_role(:admin)` on Rails 4 I use Rolify 3.2.0. I tried with Rolify 3.3.0.rc4 but I...