We have an existing user base and are adding email confirmation. Confirmation is optional, but will allow additional features. Users are not required to confirm. I\'ve ad
I simply needed to do this in my User model, instead of using allow_unconfirmed_access_for:
protected def confirmation_required? false end