toomanyjoes
toomanyjoes
Sure, this is my user model currently. When I was playing around with `:secure_validatable` I changed `:validatable` to `:secure_validatable` and commented out the `validates :email` validations. As a matter of...
@olbrich is that the way devise-security works? Because devise allows a hash, I deleted all the comments in the config but if I hadn't you would have seen this ```...
@olbrich you may have cracked it! Unfortunately that just means I won't be able to use secure_validatable because the hash is not optional for my application 😞
@guillaumecabanel how did you fix this? Obviously aside from this unmerged PR. I'm also getting an error because of this.
Thanks! I am too now :)